From 4216fd52effde62c2f1dc40c034d07f571b01252 Mon Sep 17 00:00:00 2001 From: Andrew Long <AndrewRLong02@gmail.com> Date: Mon, 15 Jul 2024 12:22:13 -0700 Subject: [PATCH] Change formatting of boards change to fit requirements... --- themes/customTheme/static/css/shortcodes.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/themes/customTheme/static/css/shortcodes.css b/themes/customTheme/static/css/shortcodes.css index 6686954..a6c29c9 100644 --- a/themes/customTheme/static/css/shortcodes.css +++ b/themes/customTheme/static/css/shortcodes.css @@ -84,8 +84,9 @@ .board-section > .text > .title { color: var(--text-color); - font-size: 1.2em; - margin-bottom:.25em; + font-size: 1.3em; + margin-bottom: .3em; + font-weight: bolder; } .board-section > .text > .subsection { @@ -97,8 +98,10 @@ } .board-section > .text > .subsection > .description{ - color: var(--text-color); - padding-left: 1em; + color: var(--text-color-90); + font-size: .9em; + font-weight: lighter; +/* padding-left: 1em;*/ padding-right: .5em; }