Merge pull request #2521 from quilicicf/dev_cssCustomProperties

Expose theme variables in CSS custom properties
This commit is contained in:
Hakim El Hattab 2020-03-03 15:22:08 +01:00 committed by GitHub
commit 8987f92b44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 305 additions and 0 deletions

View file

@ -1313,6 +1313,7 @@ Each theme is available as a separate stylesheet. To change theme you will need
If you want to add a theme of your own see the instructions here: [/css/theme/README.md](https://github.com/hakimel/reveal.js/blob/master/css/theme/README.md).
All theme variables are exposed as CSS custom properties in the pseudo-class `:root`. See [the list of exposed variables](https://github.com/hakimel/reveal.js/blob/master/css/theme/template/exposer.scss).
## Speaker Notes