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-face {
font-family: Fixedsys Excelsior WOFF2; font-family: "Atkinson Hyperlegible Mono WOFF2;
src: url('/assets/fonts/Fixedsys Excelsior/Fixedsys Excelsior.woff2'); src: url('/assets/fonts/AtkinsonHyperlegibleMono-Regular.woff2');
} }
@font-face { @font-face {
font-family: Fixedsys Excelsior TTF; font-family: "Atkinson Hyperlegible Mono TTF;
src: url('/assets/fonts/Fixedsys Excelsior/Fixedsys Excelsior.ttf'); src: url('/assets/fonts/Fixedsys Excelsior/AtkinsonHyperlegibleMono-Regular.ttf');
} }
@media (min-width: 1000px) { @media (min-width: 1000px) {
@ -18,7 +18,7 @@ body {
background-color: black; background-color: black;
margin: auto; margin: auto;
color: white; color: white;
font-family: Fixedsys Excelsior WOFF2, Fixedsys Excelsior TTF, monospace; font-family: Atkinson Hyperlegible Mono WOFF2, Atkinson Hyperlegible Mono TTF, monospace;
} }
.main { .main {
@ -30,17 +30,17 @@ body {
font-size: 20px; font-size: 20px;
padding-left: 5px; padding-left: 5px;
padding-right: 5px; padding-right: 5px;
background-color: #0B6915; background-color: hotpink;
} }
.nav a { .nav a {
color: white; color: black;
text-decoration: none; text-decoration: none;
} }
.nav > .current { .nav > .current {
background-color: white; background-color: white;
color: #0B6915; color: black;
} }
a:hover { a:hover {
@ -51,19 +51,3 @@ a {
color: dodgerblue; color: dodgerblue;
text-decoration: none; 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;
}