Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/markdown.css')
-rw-r--r--assets/css/markdown.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/css/markdown.css b/assets/css/markdown.css
index da467bf..0bae72e 100644
--- a/assets/css/markdown.css
+++ b/assets/css/markdown.css
@@ -55,7 +55,7 @@
}
.content blockquote {
- @apply text-base border-l-4 border-tertiary-text pl-4 pr-4 text-secondary-text;
+ @apply text-base border-s-4 border-tertiary-text ps-4 pe-4 text-secondary-text;
}
.content code {
@@ -71,11 +71,11 @@
}
.content ul {
- @apply text-base pl-8 list-disc;
+ @apply text-base ps-8 list-disc;
}
.content ol {
- @apply text-base pl-8 list-decimal;
+ @apply text-base ps-8 list-decimal;
}
.content kbd {