From 4a9528fed01fbae34816cfe91f119998c35c8ab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Pl=C5=A1ek?= Date: Tue, 26 Jul 2022 14:36:20 +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 e8a8817..54a49e2 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%, 50%); + --modal-li-color: hsl(0, 0%, 10%); --ins-border: hsl(120, 100%, 50%); --ins-background: hsl(120, 100%, 10%); --del-border: hsl(0, 100%, 50%);