This commit is contained in:
Marc Beninca 2023-06-30 22:54:36 +02:00
parent 67c16722e3
commit 33c0e71e64

View file

@ -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;
}} }}