added styling for details element, to make it visible

main
fuzzykitten 2025-04-11 04:18:54 -04:00
parent fc28dc4cb6
commit 0d373be3f3
1 changed files with 6 additions and 0 deletions

View File

@ -150,3 +150,9 @@ outline: none;
.spoiler:focus {
color: var(--accent);
}
details {
color: var(--accent);
font-size: medium;
background-color: var(--light-background);
padding: 10px;
}