Don’t color the separator dot.
[Sone.git] / src / main / resources / static / css / sone.css
index 9fb33a8..3c4e321 100644 (file)
 
 #sone .post .show-reply-form {
        display: inline;
+}
+
+#sone .post .show-reply-form span {
        color: rgb(28, 131, 191);
        cursor: pointer;
+       font: inherit;
 }
 
-#sone .post .show-reply-form:hover {
+#sone .post .show-reply-form span:hover {
        color: rgb(255, 172, 0);
 }