added styling for details element, to make it visible
parent
fc28dc4cb6
commit
0d373be3f3
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue