misc changes in one commit like a boss

This commit is contained in:
Christian
2020-12-26 17:50:25 -05:00
parent 8050e0ac4b
commit 39ef9a46f6
3 changed files with 10 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
font-family: "Open Sans";
background-color: #0f1011;
color: white;
width: 69vw;
width: 69vw; /* nice */
margin: auto;
}
a {
@@ -10,4 +10,8 @@ a {
text-decoration: none;
text-shadow: 0 0 15px;
}
/* TODO: make it not bad */
@font-face {
font-family: "Open Sans";
src: url(assets/OpenSans-Regular.ttf);
}
/* TODO: make it not bad */