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

This commit is contained in:
Yoav Farhi 2021-01-07 15:42:01 +02:00
parent e7815eaefc
commit 31dd7fe1eb

View file

@ -287,6 +287,17 @@ body:not(.search):not(.single-jetpack-testimonial) .jetpack-testimonial:nth-chil
margin-right: auto;
}
[class*="navigation"] .nav-previous .meta-nav:before {
content: "\2192";
}
[class*="navigation"] .nav-next .meta-nav:after {
content: "\2190";
}
.comment-reply-link:after {
content: "\00A0\2190";
}
/*--------------------------------------------------------------
13 Media Queries
--------------------------------------------------------------*/