14 lines
255 B
CSS
14 lines
255 B
CSS
:root {
|
|
font-family: "Open Sans";
|
|
background-color: #0f1011;
|
|
color: white;
|
|
width: 50vw;
|
|
margin: auto;
|
|
text-align: center;
|
|
}
|
|
a {
|
|
color: #bb99ff;
|
|
text-decoration: none;
|
|
text-shadow: 0 0 15px;
|
|
}
|
|
/* TODO: make it not bad */ |