styling, navigation bar, theming, article lists, page routing.

This commit is contained in:
Joshua Ashton
2025-03-20 19:54:37 -06:00
parent 5af0547864
commit c0fc9e9d00
28 changed files with 489 additions and 95 deletions
+47
View File
@@ -0,0 +1,47 @@
body {
background-color: black;
}
h1,
h2,
h3,
h4,
h5,
p,
small,
a {
color: white;
}
nav {
border-bottom: 3px solid white;
}
code {
background-color: #2F2F2F;
}
.line {
background-color: white;
border-top: 1px solid white;
}
.article_card {
border: 5px solid white;
}
.button {
color: white;
}
.tag {
color: white;
}
#theme-toggle {
color: white;
}
.article ul li {
color: white;
}