experiment with darker colors

This commit is contained in:
hippoz 2022-11-27 23:32:43 +02:00
parent 0ed2f38581
commit 050374204e
Signed by: hippoz
GPG key ID: 7C52899193467641

View file

@ -21,10 +21,10 @@
/* top-level */
:root {
--background-color-0: hsl(180, 11%, 5%);
--background-color-1: hsl(180, 11%, 7%);
--background-color-2: hsl(180, 11%, 10%);
--background-color-3: hsl(180, 11%, 12%);
--background-color-0: hsl(180, 11%, 4%);
--background-color-1: hsl(180, 11%, 5%);
--background-color-2: hsl(180, 11%, 8%);
--background-color-3: hsl(180, 11%, 11%);
--foreground-color-1: hsl(210, 100%, 100%);
--foreground-color-2: hsl(63, 10%, 82%);
--foreground-color-3: hsl(63, 2%, 60%);