From 6f16cf59bcfb2e8d244657c0b228e03b1584b5e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Pl=C5=A1ek?= Date: Fri, 12 Aug 2022 14:40:37 +1000 Subject: [PATCH] Colours are hard --- custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom.css b/custom.css index dadd34e..6099fc9 100644 --- a/custom.css +++ b/custom.css @@ -150,7 +150,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%, 80%); --modal-dropdown-li-color: hsl(0, 0%, 90%); --ins-border: hsl(120, 100%, 50%); --ins-background: hsl(120, 100%, 10%);