Skip to content
Snippets Groups Projects

link color update for music dark mode pages

Merged Brian Canini requested to merge canini-4 into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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-------------------------------------//
Loading