mirror of
https://github.com/amehime/hexo-theme-shoka.git
synced 2026-04-05 10:23:14 +08:00
13 lines
176 B
Stylus
13 lines
176 B
Stylus
.rtl {
|
|
&.body {
|
|
p, a, h1, h2, h3, h4, h5, h6, li, ul, ol {
|
|
direction: rtl;
|
|
font-family: UKIJ Ekran;
|
|
}
|
|
}
|
|
|
|
&.title {
|
|
font-family: UKIJ Ekran;
|
|
}
|
|
}
|