This commit is contained in:
Nyx 2025-03-17 01:24:49 -05:00
parent a5a4d81e0c
commit bebb58829c
3 changed files with 9 additions and 25 deletions

Binary file not shown.

View file

@ -1,11 +1,11 @@
@font-face {
font-family: Fixedsys Excelsior WOFF2;
src: url('/assets/fonts/Fixedsys Excelsior/Fixedsys Excelsior.woff2');
font-family: "Atkinson Hyperlegible Mono WOFF2;
src: url('/assets/fonts/AtkinsonHyperlegibleMono-Regular.woff2');
}
@font-face {
font-family: Fixedsys Excelsior TTF;
src: url('/assets/fonts/Fixedsys Excelsior/Fixedsys Excelsior.ttf');
font-family: "Atkinson Hyperlegible Mono TTF;
src: url('/assets/fonts/Fixedsys Excelsior/AtkinsonHyperlegibleMono-Regular.ttf');
}
@media (min-width: 1000px) {
@ -18,7 +18,7 @@ body {
background-color: black;
margin: auto;
color: white;
font-family: Fixedsys Excelsior WOFF2, Fixedsys Excelsior TTF, monospace;
font-family: Atkinson Hyperlegible Mono WOFF2, Atkinson Hyperlegible Mono TTF, monospace;
}
.main {
@ -30,17 +30,17 @@ body {
font-size: 20px;
padding-left: 5px;
padding-right: 5px;
background-color: #0B6915;
background-color: hotpink;
}
.nav a {
color: white;
color: black;
text-decoration: none;
}
.nav > .current {
background-color: white;
color: #0B6915;
color: black;
}
a:hover {
@ -50,20 +50,4 @@ a:hover {
a {
color: dodgerblue;
text-decoration: none;
}
/* user site list specific stuff */
.site-list {
list-style: none;
padding-left: 0;
margin-left: 0;
}
dt h3 {
display: inline;
}
dd p {
margin: 0;
}
}