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

@@ -48,7 +48,7 @@
}
@media (prefers-color-scheme: dark){
:root:not([data-theme="light"]){
:root:not([data-theme]){
--bg: #0f1115;
--fg: #e6e6e6;
--link: #8ab4ff;
@@ -65,6 +65,11 @@
--surface: #151820;
--surface-soft: #1b202a;
--accent: #8ab4ff;
--bg-color: var(--surface);
--border-color: var(--border);
--border-muted: var(--border);
--text-muted: var(--muted);
--accent-bg: color-mix(in oklab, var(--accent) 12%, var(--surface));
}
.countdown-wrap {
color: var(--fg, #ddd);