Skip to content

Commit

Permalink
Update remaining css paths to dist
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Reddington <[email protected]>
  • Loading branch information
chrisreddington authored and davidovich committed Jan 27, 2023
1 parent bf31b83 commit 98c7358
Show file tree
Hide file tree
Showing 21 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -512,8 +512,8 @@ Reveal.js theme customization is easiest to do by overriding variables in the SC
If you just wanted to change the presentation colors, here's what you might put in `custom-theme.scss`:

```scss
@import "../reveal-js/css/theme/template/mixins";
@import "../reveal-js/css/theme/template/settings";
@import "../reveal-js/dist/theme/template/mixins";
@import "../reveal-js/dist/theme/template/settings";

$backgroundColor: rgb(3, 129, 45);
$mainColor: #fff;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions exampleSite/assets/custom-theme.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import "reveal-js/css/theme/template/mixins";
@import "reveal-js/css/theme/template/settings";
@import "reveal-js/dist/theme/template/mixins";
@import "reveal-js/dist/theme/template/settings";

$backgroundColor: rgb(3, 129, 45);

Expand All @@ -22,7 +22,7 @@ $heading2Size: 1.6em;
$heading3Size: 1.3em;
$heading4Size: 1.0em;

@import "reveal-js/css/theme/template/theme";
@import "reveal-js/dist/theme/template/theme";

section.has-light-background {
&, h1, h2, h3, h4, h5, h6 {
Expand Down
2 changes: 1 addition & 1 deletion exampleSite/content/custom-theme-example/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ See the [Reveal.js theme docs](https://github.com/hakimel/reveal.js/blob/master/

---

See `assets/custom-theme.scss` or any file in `assets/reveal-js/css/theme/source` for an example.
See `assets/custom-theme.scss` or any file in `assets/reveal-js/dist/theme/source` for an example.

0 comments on commit 98c7358

Please sign in to comment.