Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Drupal Upstream
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASC IRIS Web Services
Drupal Upstream
Commits
1d9536f0
Commit
1d9536f0
authored
7 months ago
by
Brian Canini
Browse files
Options
Downloads
Patches
Plain Diff
link color update for music dark mode pages
parent
90b08653
No related branches found
No related tags found
1 merge request
!160
link color update for music dark mode pages
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
web/themes/asc_bootstrap_bux/js/scripts.js
+1
-1
1 addition, 1 deletion
web/themes/asc_bootstrap_bux/js/scripts.js
with
1 addition
and
1 deletion
web/themes/asc_bootstrap_bux/js/scripts.js
+
1
−
1
View file @
1d9536f0
...
...
@@ -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
'
,
'
#
E900
00
'
);
jQuery
(
'
.field--name-body a
'
).
css
(
'
color
'
,
'
#
FF01
00
'
);
}
//----END link color contrast-------------------------------------//
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment