Skip to content

Commit 84d848f

Browse files
Fix issue where Font Awesome overrides .hidden's display: none
1 parent fe1ba71 commit 84d848f

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)