Newsfeed: Fix focus link color

This commit is contained in:
Victoria Wang 2015-03-14 17:25:39 -05:00
parent d22be6ce2d
commit e3108cb515

View file

@ -692,6 +692,9 @@ a.tag:hover {
.misc-page.columns a:visited { .misc-page.columns a:visited {
color: $c-Brand-1; color: $c-Brand-1;
} }
.misc-page.columns a:focus {
color: darken($c-Link, 15%)
}
.news-item { .news-item {
width: 100%; width: 100%;
float: left; float: left;