Browse Source

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

Yoav Farhi 4 năm trước cách đây
mục cha
commit
848c592f76
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  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 {