From 6dc9f962efb5feb408d9cb9d30db696849077cb8 Mon Sep 17 00:00:00 2001 From: rtorruellas Date: Fri, 15 Dec 2023 13:19:53 -0700 Subject: [PATCH] acc --- public/stylesheets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9c0e2cf..bf9c224 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -379,12 +379,12 @@ kbd { } h1 a { - color: #ff1a2b; + color: #ff6e6e; /* Adjust link colors as needed */ } a { - color: #ff1a2b; + color: #ff6e6e; /* Different link color for dark mode */ }