Show arrow before links in notifications that link to the current page.
[Sone.git] / src / main / resources / static / css / sone.css
index f6bb62d..80054a8 100644 (file)
@@ -89,6 +89,10 @@ textarea {
        content: '★ ';
 }
 
+#sone a.in-page-link:before {
+       content: '↓ ';
+}
+
 #sone a img {
        border: none;
 }
@@ -266,6 +270,10 @@ textarea {
        display: inline;
 }
 
+#sone .permalink {
+       display: inline;
+}
+
 #sone .post .bookmarks {
        display: inline;
        color: rgb(28, 131, 191);