mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2025-01-19 01:14:06 +01:00
Fixed #1418: set background color to white
This commit is contained in:
parent
018e38e9ac
commit
e1c5953ae6
@ -379,6 +379,7 @@ kbd {
|
||||
|
||||
html {
|
||||
min-height: 100%;
|
||||
background-color: white;
|
||||
font-size: 125%;
|
||||
overflow-x: hidden; }
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
2
material/assets/stylesheets/app.min.css
vendored
2
material/assets/stylesheets/app.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -36,6 +36,7 @@ $md-toggle__drawer--checked:
|
||||
// calculations base on relative ems (rems)
|
||||
html {
|
||||
min-height: 100%;
|
||||
background-color: $md-color-white;
|
||||
// Hack: normally, we would set the base font-size to 62.5%, so we can base
|
||||
// all calculations on 10px, but Chromium and Chrome define a minimal font
|
||||
// size of 12 if the system language is set to Chinese. For this reason we
|
||||
|
Loading…
x
Reference in New Issue
Block a user