Skip to content

Commit

Permalink
Fixed link color in websites dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
vovayatsyuk committed May 28, 2019
1 parent fe6fcb3 commit 0e51a11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web/css/source/_absolute.less
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,9 @@ a:hover { transition: all @transition-time__m; border-color: @color-white-dark-s
}
}
ul.dropdown .switcher-option {
a {
a,
a:hover,
a:visited {
color: @color-white;
}
}
Expand Down

0 comments on commit 0e51a11

Please sign in to comment.