From 2868c8e285e3333e8ed4df847cdba6f091bb2301 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sun, 12 Dec 2021 17:47:21 -0600 Subject: [PATCH] fix --- files/assets/css/main.css | 6 +++--- files/templates/default.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 07f4fd0ce..4b69adf5c 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -3998,14 +3998,14 @@ img.emoji { } .spoiler { - color: var(--white); - background-color: var(--white); + color: #000000; + background-color: #000000; font-weight: 600 !important; padding: 5px; } .spoiler:hover { - color: var(--gray); + color: #FFFFFF; } /*@media (min-width: 768px) { diff --git a/files/templates/default.html b/files/templates/default.html index 1d33077be..1582eff33 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -186,7 +186,7 @@ {% block stylesheets %} - + {% assets 'css' %}