mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-13 16:26:50 +00:00
Optimize colors
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
.header {
|
||||
color: var(--color-body-text);
|
||||
background-color: var(--color-body-bg);
|
||||
transition-property: color, background-color, box-shadow;
|
||||
transition-duration: var(--transition-duration-fast);
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
:root {
|
||||
--color-neutral-0: #fff;
|
||||
--color-neutral-10: #f9f9f9;
|
||||
--color-neutral-10: #f2f2f2;
|
||||
--color-neutral-50: #888;
|
||||
--color-neutral-90: #222;
|
||||
--color-neutral-95: #1B1B1B;
|
||||
|
||||
Reference in New Issue
Block a user