mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-05-29 06:43:11 +00:00
Fix Accent Colour not being picked up
This commit is contained in:
parent
d548f967c5
commit
9ed36e2738
5 changed files with 27 additions and 22 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue