From 68b8128aaaaec9d8ae35df22adff51774803e9c2 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Fri, 29 Apr 2022 16:49:47 +0200 Subject: [PATCH] Update theme --- .marp/theme.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.marp/theme.scss b/.marp/theme.scss index 40aabb5..27fd7c1 100644 --- a/.marp/theme.scss +++ b/.marp/theme.scss @@ -44,6 +44,10 @@ section.chapter h5:first-child::before { } */ +section > ul { + padding-left: 1em; +} + section > bc-title { line-height: 39px; font-size: 32px; @@ -64,7 +68,9 @@ section > h6:first-child { font-family: "Droid Sans Mono", monospace; color: #662d91; font-weight: bold; - position: relative; } + position: relative; + top: -40px; +} section > bc-title:first-child::before, section > h1:first-child::before,