Browse Source

pique rtl.css update for arrows (manually mirroring what's in style.css)

Yoav Farhi 4 years ago
parent
commit
848c592f76
1 changed files with 10 additions and 0 deletions
  1. 10 0
      pique/rtl.css

+ 10 - 0
pique/rtl.css

@@ -30,6 +30,16 @@ body {
 	right: 0;
 }
 
+.comment-navigation .nav-previous span::before,
+.posts-navigation .nav-previous span::before,
+.post-navigation .nav-previous span::before {
+	content: "\2192";
+}
+.comment-navigation .nav-next span::after,
+.posts-navigation .nav-next span::after,
+.post-navigation .nav-next span::after {
+	content: "\2190";
+}
 /* Adjust teeny menu */
 @media (max-width: 767px) {
 	.main-navigation a {