This commit is contained in:
Christian
2020-12-26 11:23:04 -05:00
parent b55b51d1cf
commit dbf1560a36
3 changed files with 38 additions and 0 deletions

14
errors/styles.css Normal file
View File

@@ -0,0 +1,14 @@
: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 */