Skip to content

Commit

Permalink
Merge pull request #5 from bbc/origin/master
Browse files Browse the repository at this point in the history
Adjust styling to match previous presentations

* Non-white background colour
* More space under headings
* Lighter weight headings instead of bold
* Leave the case of headings alone
* Add padding at the top of slides to avoid clashing with the blocks
  • Loading branch information
nigelmegitt committed May 22, 2020
2 parents 8ccc9dc + 8eee642 commit 9993106
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions css/theme/source/bbc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,19 @@
@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;

$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% );
Expand Down Expand Up @@ -74,3 +75,7 @@ div.slides {
.reveal table {
font-size: 90%;
}

.reveal .slides > section > section {
padding-top: 30px;
}

0 comments on commit 9993106

Please sign in to comment.