updating dark academia stylings
All checks were successful
Build Org Website / build (push) Successful in 44s

This commit is contained in:
2026-05-09 18:08:58 +01:00
parent e2e4f1467f
commit bd368b5ccd
7 changed files with 150 additions and 14 deletions

View File

@@ -27,6 +27,16 @@
--wird-shadow: 0 1px 4px rgba(0,0,0,.3), 0 4px 14px rgba(0,0,0,.22);
}
:root[data-theme="dark-academia"] {
--wird-accent: #b89145;
--wird-accent-hover: #d6b566;
--wird-green: #5e9a78;
--wird-red: #9d3d46;
--wird-card-bg: rgba(243, 234, 215, 0.07);
--wird-bar-bg: rgba(243, 234, 215, 0.16);
--wird-shadow: 0 14px 34px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.04);
}
#wird-app {
display: grid;
gap: 2.5rem;