This commit is contained in:
Marc Beninca 2023-06-30 22:58:10 +02:00
parent 33c0e71e64
commit b56516d0a2

View file

@ -155,13 +155,17 @@ box-sizing: border-box;
}} }}
body {{ body {{
background: rgb(0,0,0); background: rgb(255,255,255);
color: rgb(160,160,160); color: rgb(0,0,0);
font-family: sans; font-family: sans;
font-size: 1.25em; font-size: 1.25em;
margin: 0 auto; margin: 0 auto;
position: relative; position: relative;
}} }}
body.dark {{
background: rgb(0,0,0);
color: rgb(160,160,160);
}}
header {{ header {{
background-image: url("../img/debian.jpeg"); background-image: url("../img/debian.jpeg");