From ce8db85b7a7115abcebd51fda5207b93dd75cb11 Mon Sep 17 00:00:00 2001 From: ION606 Date: Fri, 9 Aug 2024 13:09:11 +0000 Subject: [PATCH] Update ion-theme.css --- ion-theme.css | 9 +++++++++ 1 file changed, 9 insertions(+) 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); +}