8 lines
128 B
CSS
8 lines
128 B
CSS
html {
|
|
background-color: #121212;
|
|
border: 3vh solid #121212;
|
|
font-family: sans-serif;
|
|
font-size: 2vh;
|
|
color: white;
|
|
}
|