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:
parent
018e38e9ac
commit
e1c5953ae6
@ -379,6 +379,7 @@ kbd {
|
|||||||
|
|
||||||
html {
|
html {
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
|
background-color: white;
|
||||||
font-size: 125%;
|
font-size: 125%;
|
||||||
overflow-x: hidden; }
|
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)
|
// calculations base on relative ems (rems)
|
||||||
html {
|
html {
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
|
background-color: $md-color-white;
|
||||||
// Hack: normally, we would set the base font-size to 62.5%, so we can base
|
// 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
|
// 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
|
// size of 12 if the system language is set to Chinese. For this reason we
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
<!-- Metatags -->
|
<!-- Metatags -->
|
||||||
{% block site_meta %}
|
{% block site_meta %}
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||||
|
|
||||||
<!-- Keep for compatibility, see http://bit.ly/2tMB6ag -->
|
<!-- Keep for compatibility, see http://bit.ly/2tMB6ag -->
|
||||||
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
||||||
|
Loading…
Reference in New Issue
Block a user