This commit is contained in:
kek7198 2021-12-12 17:47:21 -06:00
parent 10f7830747
commit 2868c8e285
2 changed files with 4 additions and 4 deletions

View file

@ -3998,14 +3998,14 @@ img.emoji {
} }
.spoiler { .spoiler {
color: var(--white); color: #000000;
background-color: var(--white); background-color: #000000;
font-weight: 600 !important; font-weight: 600 !important;
padding: 5px; padding: 5px;
} }
.spoiler:hover { .spoiler:hover {
color: var(--gray); color: #FFFFFF;
} }
/*@media (min-width: 768px) { /*@media (min-width: 768px) {

View file

@ -186,7 +186,7 @@
{% block stylesheets %} {% block stylesheets %}
<link rel="stylesheet" href="/assets/css/main.css?v=201"> <link rel="stylesheet" href="/assets/css/main.css?v=202">
{% assets 'css' %} {% assets 'css' %}
<link rel="stylesheet" href="{{ ASSET_URL }}"> <link rel="stylesheet" href="{{ ASSET_URL }}">