added hangar-light color
This commit is contained in:
parent
f911f3b131
commit
96b4e69c02
|
@ -49,6 +49,7 @@ header('Content-type: text/css');
|
||||||
|
|
||||||
:root{
|
:root{
|
||||||
--color-hangar: rgb(0,0,255);
|
--color-hangar: rgb(0,0,255);
|
||||||
|
--color-hangar-light: rgb(180,180,255);
|
||||||
--color-body: rgb(20,20,20);
|
--color-body: rgb(20,20,20);
|
||||||
--color-secondary: rgb(90,90,90) ;
|
--color-secondary: rgb(90,90,90) ;
|
||||||
--color-background: rgb(250,250,250);
|
--color-background: rgb(250,250,250);
|
||||||
|
|
Loading…
Reference in New Issue