diff --git a/web/themes/asc_bootstrap_bux/js/scripts.js b/web/themes/asc_bootstrap_bux/js/scripts.js
index 715e90c1e05ab359fd1a27fa31fe6e1615931789..26405713d1470cb38a0ce30241ed6417f2196053 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-------------------------------------//