Skip to content

Commit

Permalink
rename high contrast themes, dont change anything else compared to bl…
Browse files Browse the repository at this point in the history
…ack/white themes #3310
  • Loading branch information
hakimel committed Feb 22, 2023
1 parent 1bfc699 commit cd01951
Show file tree
Hide file tree
Showing 8 changed files with 375 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ $backgroundColor: #000000;
$mainColor: #fff;
$headingColor: #fff;

$mainFontSize: 25px;
$mainFontSize: 42px;
$mainFont: 'Source Sans Pro', Helvetica, sans-serif;
$headingFont: 'Source Sans Pro', Helvetica, sans-serif;
$headingTextShadow: none;
$headingLetterSpacing: normal;
$headingTextTransform: none;
$headingFontWeight: 450;
$headingTextTransform: uppercase;
$headingFontWeight: 600;
$linkColor: #42affa;
$linkColorHover: lighten( $linkColor, 15% );
$selectionBackgroundColor: lighten( $linkColor, 25% );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ $backgroundColor: #fff;
$mainColor: #000;
$headingColor: #000;

$mainFontSize: 25px;
$mainFontSize: 42px;
$mainFont: 'Source Sans Pro', Helvetica, sans-serif;
$headingFont: 'Source Sans Pro', Helvetica, sans-serif;
$headingTextShadow: none;
$headingLetterSpacing: normal;
$headingTextTransform: none;
$headingFontWeight: 450;
$headingTextTransform: uppercase;
$headingFontWeight: 600;
$linkColor: #2a76dd;
$linkColorHover: lighten( $linkColor, 15% );
$selectionBackgroundColor: lighten( $linkColor, 25% );
Expand Down
6 changes: 3 additions & 3 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h2 data-id="code-title">Pretty Code</h2>
</section>

<section data-auto-animate>
<h2 data-id="code-title">With animations</h2>
<h2 data-id="code-title">With Animations</h2>
<pre data-id="code-animation"><code class="hljs javascript" data-trim data-line-numbers="|4,8-11|17|22-24"><script type="text/template">
import React, { useState } from 'react';

Expand Down Expand Up @@ -181,14 +181,14 @@ <h2>Touch Optimized</h2>

<section data-markdown>
<script type="text/template">
## Markdown support
## Markdown Support

Write content using inline or external Markdown.
Instructions and more info available in the [docs](https://revealjs.com/markdown/).

```html []
<section data-markdown>
## Markdown support
## Markdown Support
Write content using inline or external Markdown.
Instructions and more info available in the [docs](https://revealjs.com/markdown/).
Expand Down
2 changes: 1 addition & 1 deletion dist/reveal.esm.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/reveal.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ section.has-light-background, section.has-light-background h1, section.has-light
:root {
--r-background-color: #000000;
--r-main-font: Source Sans Pro, Helvetica, sans-serif;
--r-main-font-size: 25px;
--r-main-font-size: 42px;
--r-main-color: #fff;
--r-block-margin: 20px;
--r-heading-margin: 0 0 20px 0;
--r-heading-font: Source Sans Pro, Helvetica, sans-serif;
--r-heading-color: #fff;
--r-heading-line-height: 1.2;
--r-heading-letter-spacing: normal;
--r-heading-text-transform: none;
--r-heading-text-transform: uppercase;
--r-heading-text-shadow: none;
--r-heading-font-weight: 450;
--r-heading-font-weight: 600;
--r-heading1-text-shadow: none;
--r-heading1-size: 2.5em;
--r-heading2-size: 1.6em;
Expand Down
Loading

0 comments on commit cd01951

Please sign in to comment.