Show arrow before links in notifications that link to the current page.
[Sone.git] / src / main / resources / static / css / sone.css
index 2621b50..80054a8 100644 (file)
@@ -89,6 +89,10 @@ textarea {
        content: '★ ';
 }
 
+#sone a.in-page-link:before {
+       content: '↓ ';
+}
+
 #sone a img {
        border: none;
 }