Auto-commit: make the theme of the website green and light green

This commit is contained in:
2026-01-15 14:22:54 +01:00
parent 2e040a2781
commit 4a342abb98
2 changed files with 33 additions and 33 deletions

View File

@@ -532,7 +532,7 @@ html {
}
body {
background-color: var(--background);
background-color: #d1e7dd;
color: var(--foreground);
font-family: var(--font-cormorant-garamond), sans-serif;
position: relative;