Skip to content

Commit 5495931

Browse files
authored
Merge pull request #136 from marcoscv-work/issue-600
Fix for low contrast ratio on focus state
2 parents b76229c + f355653 commit 5495931

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)