Fix height of body

This commit is contained in:
ckcz123 2020-06-15 21:57:34 +08:00
parent 88ec58ead9
commit 418e2d5989
2 changed files with 7 additions and 1 deletions

View File

@ -5,6 +5,11 @@ html, body, div, img {
padding: 0;
}
html, body {
height: 100%;
overflow: hidden;
}
body {
font-family: Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;;
}

View File

@ -5,7 +5,8 @@
/** 全局属性 **/
body {
background-color: #242424;
color: #bbb;
color: #bbb;
filter: brightness(0.8);
}
input {