mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-22 21:14:18 +00:00
✨ Add --bg-accent color
This commit is contained in:
parent
d565f4c5b6
commit
80d6bc98eb
1 changed files with 2 additions and 0 deletions
|
@ -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! */
|
||||||
|
|
Loading…
Reference in a new issue