From 10028fbd15b7ebded29fde6a272a94c476dacf24 Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Fri, 07 May 2021 19:00:08 +0000
Subject: [PATCH] Merge branch 'master' into sidebar
---
assets/css/style.rtl.css | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/assets/css/style.rtl.css b/assets/css/style.rtl.css
index 64b3513..accd6e6 100644
--- a/assets/css/style.rtl.css
+++ b/assets/css/style.rtl.css
@@ -50,7 +50,7 @@
body {
color: var(--body-color);
- font-family: 'Verdana', sans-serif;
+ font-family: 'PingHei', 'PingFang SC', 'Helvetica Neue', 'Work Sans', 'Hiragino Sans GB', sans-serif;
font-size: 15px;
width: 100%;
margin: 0 auto 30px auto;
@@ -411,6 +411,18 @@
max-width: 100%;
}
+.post .post-content ul {
+ line-height: 1.9em;
+ font-weight: 400;
+ font-size: 14px;
+}
+
+.post .post-content ol {
+ line-height: 1.9em;
+ font-weight: 400;
+ font-size: 14px;
+}
+
.post .post-footer {
padding: 0 0 10px 0;
border-bottom: 1px solid var(--border-color);
--
Gitblit v1.10.0