From 96b4e69c025b65e1e4ef35a68363c6ab83cb575b Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Thu, 3 Feb 2022 14:18:20 +0100 Subject: [PATCH] added hangar-light color --- custom/style.css.php | 1 + 1 file changed, 1 insertion(+) diff --git a/custom/style.css.php b/custom/style.css.php index defeef7..837ba78 100644 --- a/custom/style.css.php +++ b/custom/style.css.php @@ -49,6 +49,7 @@ header('Content-type: text/css'); :root{ --color-hangar: rgb(0,0,255); + --color-hangar-light: rgb(180,180,255); --color-body: rgb(20,20,20); --color-secondary: rgb(90,90,90) ; --color-background: rgb(250,250,250);