From 85aaf3971abaefac95894d5c072f3f6671ecdecb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Pl=C5=A1ek?= Date: Fri, 12 Aug 2022 13:51:16 +1000 Subject: [PATCH] Fix modal li color --- custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom.css b/custom.css index 54a49e2..6c2610e 100644 --- a/custom.css +++ b/custom.css @@ -149,7 +149,7 @@ --italic-var: hsl(211, 100%, 58%); --modemenu-active: hsl(205, 100%, 86%); --title-color: hsl(204, 56%, 28%); - --modal-li-color: hsl(0, 0%, 10%); + --modal-li-color: hsl(0, 0%, 100%); --ins-border: hsl(120, 100%, 50%); --ins-background: hsl(120, 100%, 10%); --del-border: hsl(0, 100%, 50%);