From 5a151c4e4e3a5a3f25d87aa48c2963dfffbc1f9c Mon Sep 17 00:00:00 2001 From: Leonardo Faria Date: Mon, 2 Nov 2020 21:38:29 -0800 Subject: Add minor style changes --- assets/css/site.css | 15 ++++++++++----- layouts/_default/single.html | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/assets/css/site.css b/assets/css/site.css index 5c89cc8..987983f 100644 --- a/assets/css/site.css +++ b/assets/css/site.css @@ -159,7 +159,14 @@ html { .article ul:not(.list-none) { @apply ml-1; @apply list-inside; - list-style-type: initial; +} + +.article ul:not(.list-none) { + @apply list-disc; +} + +.article ol:not(.list-none) { + @apply list-decimal; } .article blockquote { @@ -178,8 +185,6 @@ html { .article blockquote small { display: inline-block; margin: 0.8em 0 0.8em 1.5em; - font-size: 0.9em; - color: #CCC; } .article blockquote small:before { @@ -187,11 +192,11 @@ html { } .article blockquote cite { - font-weight: 700; + @apply font-bold; } .article blockquote cite a { - font-weight: normal; + @apply font-normal; } .article code, tt { diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 42ebd9f..065f472 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -2,7 +2,7 @@
-

{{ .Title }}

+

{{ .Title }}

{{if not .Params.hideMetadata }}
-- cgit v1.2.3