Fix details and summary light mode

This commit is contained in:
jultty 2025-09-01 11:41:45 -03:00
commit e241d33c6c

View file

@ -100,7 +100,7 @@ ul {
details {
margin: 30px;
background: #333333;
background: #cccccc;
padding: 20px;
padding-top: 40px;
border-radius: 10px;
@ -109,7 +109,7 @@ details {
details summary {
margin-bottom: 15px;
cursor: pointer;
color: #276E6B;
color: #276e6b;
}
#container {
@ -433,4 +433,12 @@ footer {
#language-icon {
filter: invert(80%);
}
details {
background: #333333;
}
details summary {
color: #39959A;
}
}