Change links to HTML forms.
[Sone.git] / src / main / resources / static / css / sone.css
index 26286b0..7c15813 100644 (file)
@@ -27,7 +27,7 @@
        text-decoration: none;
 }
 
-#sone a:active {
+#sone a:active, #sone a:hover {
        color: rgb(255, 172, 0);
 }
 
        cursor: pointer;
 }
 
+#sone .post .show-reply-form:hover {
+       color: rgb(255, 172, 0);
+}
+
 #sone .post .show-reply-form:before {
        content: ' ‧ ';
 }
        display: none;
 }
 
+#sone #known-sones form {
+       display: inline;
+}
+
 #sone h1 {
        font-family: inherit;
        font-size: 200%;