Skip to content

Commit 4f435c6

Browse files
authored
Merge pull request #1249 from ThePuzzlemaker/thepuzzlemaker-stylepatch
Fix issue where Font Awesome overrides `.hidden`'s `display: none`
2 parents 9a97f0a + 84d848f commit 4f435c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/css/general.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
3434
.right { float: right; }
3535
.boring { opacity: 0.6; }
3636
.hide-boring .boring { display: none; }
37-
.hidden { display: none; }
37+
.hidden { display: none !important; }
3838

3939
h2, h3 { margin-top: 2.5em; }
4040
h4, h5 { margin-top: 2em; }

0 commit comments

Comments
 (0)