Commit 89856b7f authored by Randall Leeds's avatar Randall Leeds

reply count hover color

parent 107c9fa3
...@@ -645,7 +645,7 @@ blockquote { ...@@ -645,7 +645,7 @@ blockquote {
position: relative; position: relative;
&:hover .reply-count { &:hover .reply-count {
color: $linkColorHover; color: $linkColor;
} }
fuzzytime { fuzzytime {
...@@ -654,6 +654,7 @@ blockquote { ...@@ -654,6 +654,7 @@ blockquote {
.reply-count { .reply-count {
color: $textColor; color: $textColor;
&:hover { color: $linkColorHover; }
&:focus { outline: 0; } &:focus { outline: 0; }
} }
......
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