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' %}