css/dark
This commit is contained in:
parent
33c0e71e64
commit
b56516d0a2
1 changed files with 6 additions and 2 deletions
8
build.py
8
build.py
|
@ -155,13 +155,17 @@ box-sizing: border-box;
|
|||
}}
|
||||
|
||||
body {{
|
||||
background: rgb(0,0,0);
|
||||
color: rgb(160,160,160);
|
||||
background: rgb(255,255,255);
|
||||
color: rgb(0,0,0);
|
||||
font-family: sans;
|
||||
font-size: 1.25em;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
}}
|
||||
body.dark {{
|
||||
background: rgb(0,0,0);
|
||||
color: rgb(160,160,160);
|
||||
}}
|
||||
|
||||
header {{
|
||||
background-image: url("../img/debian.jpeg");
|
||||
|
|
Loading…
Reference in a new issue