Skip to content

Commit ab510f8

Browse files
authored
Color contrast: have skip links use a black color rather than navy (#10583)
* have skip links use a black color rather than navy * keep the text color of the skip links constant
1 parent c2d6eea commit ab510f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docfiles/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ svg {
185185
line-height: 4em;
186186
font-size: 1em;
187187
text-align: center;
188-
color: #387894;
188+
color: black;
189189
background: hsla(0,0%,100%,.9)!important;
190190
}
191191

theme/accessibility.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*******************************/
1212

1313
@accessibleMenuBackground: rgba(255,255,255,.9);
14-
@accessibleMenuColor: #387894;
14+
@accessibleMenuColor: black;
1515

1616
/* Main menu focus */
1717
#mainmenu .ui.item:focus {

0 commit comments

Comments
 (0)