Skip to content

Commit f355653

Browse files
committed
Fix for low contrast ratio on focus state
1 parent 2f4c0a9 commit f355653

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets-src/styles/sass/50-core-components/_you-may-also-like.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
a:active {
2121
color: $white;
2222
}
23+
24+
a:focus {
25+
color: $off-black;
26+
}
2327
}
2428

2529
.crosslinks .component--columns--images > ul {

0 commit comments

Comments
 (0)