rework post design; refine light theme

This commit is contained in:
ari melody 2025-07-10 18:11:49 +01:00
parent 8d9c3cc4fe
commit 0a563e6121
Signed by: ari
GPG key ID: CF99829C92678188
6 changed files with 23 additions and 12 deletions

View file

@ -8,6 +8,12 @@
--bg-600: #edf5ba;
--accent: #899911;
--text: #11100d;
--bg-1000: #fffcf7;
--bg-800: #f2e8d7;
--bg-700: #d9ccad;
--accent: #92a40a;
--text: #322e1f;
}
@media (prefers-color-scheme: dark) {
@ -31,10 +37,6 @@
}
}
@supports (font-variation-settings: normal) {
body { font-family: InterVariable, sans-serif; }
}
body {
margin: 0;
padding: 0;
@ -48,6 +50,12 @@ body {
box-sizing: border-box;
}
@supports (font-variation-settings: normal) {
body {
font-family: InterVariable, sans-serif;
}
}
a {
color: var(--accent);
text-decoration: none;