From e5eb266aeaf4fd15d730149640fd80ad1c6be349 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Tue, 1 Mar 2022 17:55:57 +0800 Subject: [PATCH] Update stylesheet --- assets/scss/extend.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/assets/scss/extend.scss b/assets/scss/extend.scss index 4b49d8b..d942593 100644 --- a/assets/scss/extend.scss +++ b/assets/scss/extend.scss @@ -8,6 +8,12 @@ color: var(--base05); } +ul { + ul, ol { + padding-left: 1em; + } +} + pre, code { max-height: var(--code-size); } @@ -184,6 +190,15 @@ sup.footnote { } } +.sidebarblock { + .title { + background: unset; + color: unset; + font-weight: bold; + padding: unset; + } +} + @media all and (max-width: 860px) { .imageblock { > .content {