Skip to content

Commit

Permalink
set background color for html element
Browse files Browse the repository at this point in the history
cintek committed Oct 6, 2023
1 parent e307f33 commit b071d59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/moin/themes/focus/static/css/theme.css
Original file line number Diff line number Diff line change
@@ -14,6 +14,7 @@
font-style: normal;
}

html { background-color: white; }
html, body { max-width: 100vw; max-height: 100vh; overflow-x: hidden;}
h1, h2, h3, h4, h5, h6 { border-bottom: none; }
h2 { margin-top: 1.6em; margin-bottom: 0.5em; }

0 comments on commit b071d59

Please sign in to comment.