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
Merge requests
!160
link color update for music dark mode pages
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
link color update for music dark mode pages
canini-4
into
main
Overview
0
Commits
1
Changes
1
Merged
Brian Canini
requested to merge
canini-4
into
main
7 months ago
Overview
0
Commits
1
Changes
1
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
1d9536f0
1 commit,
7 months ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
web/themes/asc_bootstrap_bux/js/scripts.js
+
1
−
1
Options
@@ -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-------------------------------------//
Loading