Commit b9c32a30 authored by Randall Leeds's avatar Randall Leeds

colorize time only on hover, like reply count

parent 0ba4d461
...@@ -620,12 +620,17 @@ blockquote { ...@@ -620,12 +620,17 @@ blockquote {
font-family: $sansFontFamily; font-family: $sansFontFamily;
position: relative; position: relative;
&:hover .reply-count { &:hover fuzzytime a, &:hover .reply-count {
color: $linkColor; color: $linkColor;
} }
fuzzytime { fuzzytime {
margin: 0 .4em; margin: 0 .4em;
a {
color: $textColor;
&:hover { color: $linkColorHover; }
&:focus { outline: 0; }
}
} }
.reply-count { .reply-count {
......
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