From dd65d5538917cb8e25043e9244459ffe75a19e8a Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Thu, 26 Jan 2023 16:54:17 -0600 Subject: [PATCH] Make sure link-1 has enough contrast --- assets/css/bobastyle.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index de92b38..07fc2c1 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -100,7 +100,7 @@ --text-gray-1: #5e5e5e; /* lch(40, 0, X) */ --link-0: #2061a8; /* lch(40, 45, 270) */ - --link-1: #02559b; /* lch(35, 45, 270 */ + --link-1: #044e8e; /* lch(32, 42, 270 */ --figure-border: #367acd; /* lch(50, 50, 270) */