From d105bef93d12b4db7f80d699a1d9efa2f1d1416c Mon Sep 17 00:00:00 2001 From: fkakatie Date: Fri, 24 May 2024 14:24:31 -0600 Subject: [PATCH] fix: increase color contrast between bg and link --- styles/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/styles.css b/styles/styles.css index f504d45b32..91410bd027 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -16,8 +16,8 @@ --light-color: #e1e1e1; --dark-color: #c6c6c6; --text-color: #292929; - --link-color: #274dea; - --link-hover-color: #1d3ecf; + --link-color: #1d3ecf; + --link-hover-color: #1432ad; /* fonts */ --body-font-family: roboto, roboto-fallback;