diff --git a/ion-theme.css b/ion-theme.css index 78c553a..51e03c2 100644 --- a/ion-theme.css +++ b/ion-theme.css @@ -212,3 +212,12 @@ [aria-label*="unread"] { 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); +}