add blog page

Signed-off-by: Tobias Erbshäußer <tobias@tesoft.dev>
This commit is contained in:
2026-05-24 09:22:55 +02:00
parent 7cd2dee64c
commit 2b6c7074c2
14 changed files with 407 additions and 22 deletions
+6
View File
@@ -8,6 +8,8 @@
--medium-padding: 0.8rem;
--large-padding: 1.2rem;
--button-border-radius: 0.5rem;
--full-content-height: calc(100vh - 8rem);
}
html {
@@ -41,6 +43,10 @@ html {
}
a {
color: var(--light-gray);
}
a:hover {
color: var(--gold);
}