color palette rework #2

This commit is contained in:
2026-03-09 16:53:55 +01:00
parent 0c2157bd0a
commit 4e8a50374e
11 changed files with 52 additions and 40 deletions
+7
View File
@@ -7,6 +7,8 @@
--surface-strong: rgba(255, 255, 255, 0.96);
--surface-dark: rgba(30, 36, 52, 0.72);
--surface-border: rgba(41, 46, 73, 0.16);
--surface-subtle: rgba(255, 255, 255, 0.38);
--surface-muted: rgba(41, 46, 73, 0.06);
--text: #1f2433;
--text-muted: #5f6b73;
@@ -26,6 +28,11 @@
--navigation-background: rgba(30, 36, 52, 0.72);
--hover-background: rgba(111, 143, 149, 0.16);
--overlay: rgba(18, 24, 37, 0.62);
--overlay-strong: rgba(18, 24, 37, 0.88);
--divider: rgba(31, 36, 51, 0.12);
--link-color: var(--primary-active);
--focus-ring: 0 0 0 2px rgba(111, 143, 149, 0.28);
--transition: all 300ms ease-in-out;
}