1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-22 13:04:19 +00:00

Add --bg-accent color

This commit is contained in:
Stefano Pigozzi 2021-04-24 04:23:05 +02:00
parent d565f4c5b6
commit 80d6bc98eb
Signed by untrusted user who does not match committer: steffo
GPG key ID: 6965406171929D01

View file

@ -30,6 +30,7 @@ h1, h2, h3, h4, h5, h6 {
--bg-light: #34607A; --bg-light: #34607A;
--bg-dark: #254D61; --bg-dark: #254D61;
--bg-accent: #437EA0;
--bg-button-on: #5D815C; --bg-button-on: #5D815C;
--bg-button-off: #F6E2BC; --bg-button-off: #F6E2BC;
@ -57,6 +58,7 @@ h1, h2, h3, h4, h5, h6 {
--bg-light: #B2CEDF; --bg-light: #B2CEDF;
--bg-dark: #92B5D5; --bg-dark: #92B5D5;
--bg-accent: #D1DEE8;
--bg-button-on: #A3BDA2; --bg-button-on: #A3BDA2;
--bg-button-off: #FFFFFF; /* TODO: Change this, it's too light! */ --bg-button-off: #FFFFFF; /* TODO: Change this, it's too light! */