From 1d9536f0bd407db65cc9b3f36d00854fffb04d35 Mon Sep 17 00:00:00 2001
From: Brian Canini <canini.16@osu.edu>
Date: Wed, 14 Aug 2024 09:11:55 -0400
Subject: [PATCH] link color update for music dark mode pages

---
 web/themes/asc_bootstrap_bux/js/scripts.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/themes/asc_bootstrap_bux/js/scripts.js b/web/themes/asc_bootstrap_bux/js/scripts.js
index 715e90c1e0..26405713d1 100644
--- a/web/themes/asc_bootstrap_bux/js/scripts.js
+++ b/web/themes/asc_bootstrap_bux/js/scripts.js
@@ -334,7 +334,7 @@ jQuery(document).ready(function(){
 
 //----fixing link color contrast on pages using inline dark mode----//
   if (jQuery('.paragraph--type--javascript style').length) {
-    jQuery('.field--name-body a').css('color', '#E90000');
+    jQuery('.field--name-body a').css('color', '#FF0100');
   }
 //----END link color contrast-------------------------------------//
 
-- 
GitLab