Fix Accent Colour not being picked up

This commit is contained in:
Michał Gdula 2022-09-13 15:03:09 +00:00
parent d548f967c5
commit 9ed36e2738
5 changed files with 27 additions and 22 deletions

View file

@ -8,7 +8,7 @@
|-------------------------------------------------------------
*/
:root {
--bg: #151515bb;
--bg: rgba(21, 21, 21, 0.7333333333);
--bg-1: #242621;
--bg-2: #1D1E1C;
--bg-3: #151515;
@ -19,6 +19,7 @@
--green: #8C977D;
--black: #151515;
--white: #E8E3E3;
--accent: #8C977D;
}
/*