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 {{
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");