hexo
This commit is contained in:
11
themes/next/source/css/_common/components/post/post-rtl.styl
Normal file
11
themes/next/source/css/_common/components/post/post-rtl.styl
Normal file
@ -0,0 +1,11 @@
|
||||
.rtl {
|
||||
&.post-body {
|
||||
p, a, h1, h2, h3, h4, h5, h6, li, ul, ol {
|
||||
direction: rtl;
|
||||
font-family: UKIJ Ekran;
|
||||
}
|
||||
}
|
||||
&.post-title {
|
||||
font-family: UKIJ Ekran;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user