experiment with darker colors
This commit is contained in:
parent
0ed2f38581
commit
050374204e
1 changed files with 4 additions and 4 deletions
|
@ -21,10 +21,10 @@
|
||||||
/* top-level */
|
/* top-level */
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--background-color-0: hsl(180, 11%, 5%);
|
--background-color-0: hsl(180, 11%, 4%);
|
||||||
--background-color-1: hsl(180, 11%, 7%);
|
--background-color-1: hsl(180, 11%, 5%);
|
||||||
--background-color-2: hsl(180, 11%, 10%);
|
--background-color-2: hsl(180, 11%, 8%);
|
||||||
--background-color-3: hsl(180, 11%, 12%);
|
--background-color-3: hsl(180, 11%, 11%);
|
||||||
--foreground-color-1: hsl(210, 100%, 100%);
|
--foreground-color-1: hsl(210, 100%, 100%);
|
||||||
--foreground-color-2: hsl(63, 10%, 82%);
|
--foreground-color-2: hsl(63, 10%, 82%);
|
||||||
--foreground-color-3: hsl(63, 2%, 60%);
|
--foreground-color-3: hsl(63, 2%, 60%);
|
||||||
|
|
Loading…
Reference in a new issue