more post support

This commit is contained in:
2026-04-14 22:19:26 +01:00
parent b61ecb13bd
commit da06ae1279
11 changed files with 124 additions and 43 deletions
-15
View File
@@ -8,21 +8,6 @@
--accent-2: #66232e;
--accent-3: #44131a;
}
nav {
width: 100%;
height: 32px;
background-color: var(--accent-2);
border: 3px, outset, var(--accent-3);
align-content: center;
font-size: 18px;
a {
padding: 5px;
color: #9f8083;
}
a:hover {
color: #043b2f;
}
}
body {
background-image: url("/bg.png");
margin: 40px auto;