]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/baggy/css/main.css
added reload icon and fixed a bug where random could redirect to deleted articles
[github/wallabag/wallabag.git] / themes / baggy / css / main.css
index 9356deda9daf5bf6aa65da878bd319a02fae1362..90d546fcdf5cb3593773f2bed00ae9f1f8d7b906 100755 (executable)
@@ -737,7 +737,10 @@ a.add-to-wallabag-link-after:after {
   content: "\e80d";
 }
 .icon-random:before {
- content: "\e915";
+  content: "\e915";
+}
+.icon-reload:before {
+  content: "\ea2e";
 }