diff options
author | Hakim El Hattab | 2013-01-08 19:09:36 -0500 |
---|---|---|
committer | Hakim El Hattab | 2013-01-08 19:09:36 -0500 |
commit | 5f2a875ec7702d5062aac44c5d9645ef300318c6 (patch) | |
tree | 41413314faa2b6293ec290c9536d4a6e3fb0e6a3 /README.md | |
parent | e618eda4e14b2495c651bdf67447c84869da8149 (diff) |
theming docs (closes #246, closes #249)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -326,6 +326,8 @@ Each theme is available as a separate stylesheet. To change theme you will need <link rel="stylesheet" href="css/theme/default.css" id="theme"> ``` +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). + ## Development Environment @@ -344,5 +346,5 @@ If you want to customise reveal.js without running grunt.js you can alter the HT MIT licensed -Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se +Copyright (C) 2011-2013 Hakim El Hattab, http://hakim.se |