From 36dfe91cf2c04b0760505cafef6122cc3e2ad4ba Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Wed, 28 Apr 2021 12:21:40 +0000
Subject: [PATCH] Styling for ordered and unordered listing
---
assets/css/style.rtl.css | 12 ++++++++++++
assets/css/style.css | 12 ++++++++++++
2 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/assets/css/style.css b/assets/css/style.css
index 08a33a3..b4a50ab 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -403,6 +403,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);
diff --git a/assets/css/style.rtl.css b/assets/css/style.rtl.css
index 904d9e4..be8e4c0 100644
--- a/assets/css/style.rtl.css
+++ b/assets/css/style.rtl.css
@@ -403,6 +403,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