Fix color of post deletion confirmation button.
[Sone.git] / src / main / resources / static / css / sone.css
index 54cfb6e..f39cfef 100644 (file)
@@ -256,6 +256,11 @@ textarea {
        margin: 0px;
 }
 
+#sone .post .delete button.confirm {
+       color: red;
+       font-weight: bold;
+}
+
 #sone .post .trust button {
        color: rgb(0, 128, 0);
 }