Skip to content
Snippets Groups Projects
Commit 5cba3c63 authored by Michael Lee's avatar Michael Lee
Browse files

Merge branch 'canini-4' into 'main'

link color update for music dark mode pages

See merge request !160
parents 90b08653 1d9536f0
No related branches found
No related tags found
1 merge request!160link color update for music dark mode pages
......@@ -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-------------------------------------//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment