Skip to content

Commit

Permalink
Merge pull request #1249 from ThePuzzlemaker/thepuzzlemaker-stylepatch
Browse files Browse the repository at this point in the history
Fix issue where Font Awesome overrides `.hidden`'s `display: none`
  • Loading branch information
ehuss authored Jun 22, 2020
2 parents 9a97f0a + 84d848f commit 4f435c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/css/general.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
.right { float: right; }
.boring { opacity: 0.6; }
.hide-boring .boring { display: none; }
.hidden { display: none; }
.hidden { display: none !important; }

h2, h3 { margin-top: 2.5em; }
h4, h5 { margin-top: 2em; }
Expand Down

0 comments on commit 4f435c6

Please sign in to comment.