From 8e56affe5d280c714b9a711987487046a3df9815 Mon Sep 17 00:00:00 2001 From: nathanproton <84890950+nathanproton@users.noreply.github.com> Date: Mon, 1 Apr 2024 10:31:28 -0400 Subject: [PATCH] Updated Link Styles Updated hex for link-color and link-hover-color variables. --- styles/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/styles.css b/styles/styles.css index 3c33d0c..868b8d5 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -26,8 +26,8 @@ :root { /* colors */ - --link-color: #666; - --link-hover-color: #666; + --link-color: #3a56e4; + --link-hover-color: #2b40a9; --background-color: #fff; --overlay-background-color: #eee; --highlight-background-color: #ccc;