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

reply count hover color

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