Update ion-theme.css

This commit is contained in:
2024-08-09 13:09:11 +00:00
committed by GitHub
parent b809640ccd
commit ce8db85b7a
+9
View File
@@ -212,3 +212,12 @@
[aria-label*="unread"] { [aria-label*="unread"] {
color: white !important; color: white !important;
} }
/* spoiler stuff */
[class*="spoilerMarkdownContent"] {
background-color: rgba(37, 0, 85, 0.85);
}
[class*="spoilerMarkdownContent"]:hover {
background-color: rgba(37, 0, 85, 1);
}