css/body
This commit is contained in:
parent
67c16722e3
commit
33c0e71e64
1 changed files with 1 additions and 4 deletions
5
build.py
5
build.py
|
@ -154,14 +154,11 @@ box-sizing: border-box;
|
||||||
//padding: 0;
|
//padding: 0;
|
||||||
}}
|
}}
|
||||||
|
|
||||||
html {{
|
body {{
|
||||||
background: rgb(0,0,0);
|
background: rgb(0,0,0);
|
||||||
color: rgb(160,160,160);
|
color: rgb(160,160,160);
|
||||||
font-family: sans;
|
font-family: sans;
|
||||||
font-size: 1.25em;
|
font-size: 1.25em;
|
||||||
}}
|
|
||||||
|
|
||||||
body {{
|
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in a new issue