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
142666c0
Commit
142666c0
authored
9 months ago
by
Brian Canini
Browse files
Options
Downloads
Patches
Plain Diff
fixing link color contrast on pages using inline css dark mode
parent
4d81a186
Loading
Loading
1 merge request
!146
fixing link color contrast on pages using inline css dark mode
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
web/themes/asc_bootstrap_bux/js/scripts.js
+7
-0
7 additions, 0 deletions
web/themes/asc_bootstrap_bux/js/scripts.js
with
7 additions
and
0 deletions
web/themes/asc_bootstrap_bux/js/scripts.js
+
7
−
0
View file @
142666c0
...
...
@@ -332,6 +332,13 @@ jQuery(document).ready(function(){
jQuery
(
"
#views-exposed-form-discover-your-path-page-1 .panel-heading a
"
).
removeAttr
(
"
aria-pressed
"
);
//----END discover btn accessibility fix-------------------------------------------------------------------//
//----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
'
);
}
//----END link color contrast-------------------------------------//
});
// window.addEventListener("load", function(event) {
...
...
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