new stuff

This commit is contained in:
Akko
2025-06-24 00:59:23 +02:00
parent de49cd6b49
commit fac0a2266d
63 changed files with 1481 additions and 4896 deletions

View File

@@ -1,6 +1,6 @@
:root {
--site-width: 800px;
--site-width: 900px;
--vert-content-margin: 0.3rem;
--accent1: #2596be;
--link: #2527EA;
@@ -10,8 +10,8 @@
--background: #EAEFFF;
--background-toc: #E1EFFF;
--shadow-toc: #6E868F;
--font-size: 20px;
--line-height: 1.55rem;
--font-size: 1.1rem;
--line-height: 1.2rem;
--font-family: "Source Serif Pro";
}
@@ -82,8 +82,8 @@ a, a:visited {
#content, #header, #footer {
min-width: 500px;
max-width: var(--site-width);
margin: auto;
max-width: min(var(--site-width), 90vw);
margin: 0 auto;
}
#footer {