mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed #1418: set background color to white
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user