From 497883e23ba71d772069678396717372af2f1b8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Pl=C5=A1ek?= Date: Fri, 12 Aug 2022 14:00:04 +1000 Subject: [PATCH] Fix colours again --- custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom.css b/custom.css index ba37a00..dadd34e 100644 --- a/custom.css +++ b/custom.css @@ -64,7 +64,7 @@ --modemenu-active: hsl(205, 100%, 14%); --title-color: hsl(204, 56%, 72%); --modal-li-color: hsl(0, 0%, 50%); - --modal-li-dropdown-color: hsl(0, 0%, 50%); + --modal-dropdown-li-color: hsl(0, 0%, 50%); --ins-border: hsl(120, 100%, 50%); --ins-background: hsl(120, 100%, 90%); --del-border: hsl(0, 100%, 50%); @@ -151,7 +151,7 @@ --modemenu-active: hsl(205, 100%, 86%); --title-color: hsl(204, 56%, 28%); --modal-li-color: hsl(0, 0%, 10%); - --modal-li-dropdown-color: hsl(0, 0%, 10%); + --modal-dropdown-li-color: hsl(0, 0%, 90%); --ins-border: hsl(120, 100%, 50%); --ins-background: hsl(120, 100%, 10%); --del-border: hsl(0, 100%, 50%);