From 8eee642c6bed38b8a7bfd2cd41cb8b1ff892fbc5 Mon Sep 17 00:00:00 2001 From: nigelmegitt Date: Fri, 22 May 2020 17:06:42 +0100 Subject: [PATCH] Adjust styling to match previous presentations --- css/theme/source/bbc.scss | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/css/theme/source/bbc.scss b/css/theme/source/bbc.scss index 4ad947bc9f1..35c488a1381 100644 --- a/css/theme/source/bbc.scss +++ b/css/theme/source/bbc.scss @@ -16,7 +16,7 @@ @import url(https://gel.files.bbci.co.uk/r2.511/bbc-reith.css); // Override theme settings (see ../template/settings.scss) -$backgroundColor: #fff; +$backgroundColor: #F4F1F4; $mainColor: #222; $headingColor: #222; @@ -24,10 +24,11 @@ $headingColor: #222; $mainFontSize: 42px; $mainFont: ReithSans, Helmet, FreeSans, Helvetica, Arial, sans-serif; $headingFont: ReithSerif, Helmet, FreeSans, Helvetica, Arial, sans-serif; +$headingMargin: 0 0 $blockMargin+10px 0; $headingTextShadow: none; $headingLetterSpacing: normal; -$headingTextTransform: uppercase; -$headingFontWeight: 600; +$headingTextTransform: none; +$headingFontWeight: lighter; $linkColor: #2a76dd; $linkColorHover: lighten( $linkColor, 15% ); $selectionBackgroundColor: lighten( $linkColor, 25% ); @@ -74,3 +75,7 @@ div.slides { .reveal table { font-size: 90%; } + +.reveal .slides > section > section { + padding-top: 30px; +}