Use hex notation instead of verbose name like everywhere else

This commit is contained in:
veeck
2021-05-08 18:07:38 +02:00
parent 159f3d0aa2
commit 21790b32bf

View File

@@ -2,7 +2,7 @@
--color-text: #999; --color-text: #999;
--color-text-dimmed: #666; --color-text-dimmed: #666;
--color-text-bright: #fff; --color-text-bright: #fff;
--color-background: black; --color-background: #000;
--font-size: 20px; --font-size: 20px;
--font-primary: "Roboto Condensed"; --font-primary: "Roboto Condensed";
--font-secondary: "Roboto"; --font-secondary: "Roboto";