Fix contrast issue with "Load More" link in discussions

This commit is contained in:
Andy Armstrong
2016-08-09 09:15:16 -04:00
parent faa09eea10
commit 912760a32c

View File

@@ -363,7 +363,7 @@
&:hover,
&:focus {
color: $link-color;
color: $forum-color-active-text;
background-color: $forum-color-active-thread;
}
}