Make unknown and modified marker red and bold.
[Sone.git] / src / main / resources / static / css / sone.css
index 25e61c9..b0d0691 100644 (file)
        display: inline;
 }
 
+#sone .sone .modified-marker, #sone .sone .unknown-marker {
+       color: red;
+       font-weight: bold;
+}
+
 #sone .sone form.block button, #sone .sone form.unblock button, #sone .sone form.follow button, #sone .sone form.unfollow button {
        display: inline;
        color: rgb(28, 131, 191);