1
0

fix spoiler text

This commit is contained in:
Ren
2023-09-19 17:39:00 -07:00
parent 75ca04d204
commit 4ec8f82862

View File

@@ -149,6 +149,20 @@ main[class|="chatContent"] div[id|="message-content"] svg[class|="icon"] {
}
}
span[class*=spoilerMarkdownContent] {
h1 > span {
background-color: $surface0;
}
&[class*="hidden"] h1 > span {
background-color: $surface2;
&:hover {
background-color: lighten($surface2, 5%);
}
}
}
div[class|="spoilerContainer"] {
div[class|="spoilerWarning"] {
color: $text;