Skip to content

Commit 61c60bd

Browse files
committed
fix hiding categories names
1 parent 4721802 commit 61c60bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/app.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ $categories-colors: map.set($categories-colors, "other", $other-color);
297297
}
298298
}
299299

300-
main.hide-spoilers {
300+
.hide-spoilers {
301301
& .spoiler,
302302
&.spoiler {
303303
font-family: $spoilers-font;
@@ -323,7 +323,7 @@ main.hide-spoilers {
323323
}
324324
}
325325

326-
main.hide-spoilers.extended-spoiler-font {
326+
.hide-spoilers.extended-spoiler-font {
327327
& .spoiler,
328328
&.spoiler {
329329
font-family: $extended-spoilers-font;

0 commit comments

Comments
 (0)