fixes and updates

This commit is contained in:
q 2025-05-21 00:31:22 -04:00
parent 4c3ce6d2b6
commit 0692e8a0c5
1471 changed files with 27362 additions and 235 deletions

View file

@ -40,8 +40,8 @@
--header-text: #030303ff;
/* Font families */
--font-headers: threetwo, sans-serif;
--font-body: monospace;
--font-headers: ft88-school, sans-serif;
--font-body: cyberpunkwaifus, monospace;
}
body {
@ -53,18 +53,21 @@ body {
margin: 0;
padding: 0;
font-size: 110%;
font-family: monospace;
font-family: cyberpunkwaifus, monospace;
}
header h1 .headerLink {
font-family: threetwo, sans-serif;
font-size: 120%;
}
header nav {
font-size: medium;
}
article h1 {
font-family: threetwo, sans-serif;
font-size: 260%;
margin-top: 10px;
margin-bottom: 0px;
}
article {
@ -74,4 +77,4 @@ article {
article img {
border: 0.4em solid var(--border-image);
background-color: var(--bg-primary) !important;
}
}