fix
This commit is contained in:
parent
10f7830747
commit
2868c8e285
2 changed files with 4 additions and 4 deletions
|
@ -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) {
|
||||
|
|
|
@ -186,7 +186,7 @@
|
|||
|
||||
{% block stylesheets %}
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=201">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=202">
|
||||
|
||||
{% assets 'css' %}
|
||||
<link rel="stylesheet" href="{{ ASSET_URL }}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue