8 lines
151 B
CSS
8 lines
151 B
CSS
:root {
|
|
font-family: "Open Sans";
|
|
background-color: #31363b;
|
|
color: white;
|
|
width: 69vw;
|
|
margin: auto;
|
|
}
|
|
/* TODO: make it not bad */ |