Commit 912760a3 by Andy Armstrong

Fix contrast issue with "Load More" link in discussions

parent faa09eea
...@@ -363,7 +363,7 @@ ...@@ -363,7 +363,7 @@
&:hover, &:hover,
&:focus { &:focus {
color: $link-color; color: $forum-color-active-text;
background-color: $forum-color-active-thread; background-color: $forum-color-active-thread;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment