changed background to avoid confusion with flask
This commit is contained in:
parent
963aefe9da
commit
10980b9688
4
docs/_themes/kr/static/flasky.css_t
vendored
4
docs/_themes/kr/static/flasky.css_t
vendored
@ -16,7 +16,7 @@
|
|||||||
body {
|
body {
|
||||||
font-family: 'goudy old style', 'minion pro', 'bell mt', Georgia, 'Hiragino Mincho Pro';
|
font-family: 'goudy old style', 'minion pro', 'bell mt', Georgia, 'Hiragino Mincho Pro';
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
background-color: white;
|
background-color: whitesmoke;
|
||||||
color: #000;
|
color: #000;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@ -45,7 +45,7 @@ hr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.body {
|
div.body {
|
||||||
background-color: #ffffff;
|
background-color: whitesmoke;
|
||||||
color: #3E4349;
|
color: #3E4349;
|
||||||
padding: 0 30px 0 30px;
|
padding: 0 30px 0 30px;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user