Files
cesium.one/styles.css
2020-12-26 11:07:13 -05:00

13 lines
231 B
CSS

:root {
font-family: "Open Sans";
background-color: #0f1011;
color: white;
width: 69vw;
margin: auto;
}
a {
color: #bb99ff;
text-decoration: none;
text-shadow: 0 0 15px;
}
/* TODO: make it not bad */