diff options
author | Hakim El Hattab | 2012-07-12 23:08:21 -0400 |
---|---|---|
committer | Hakim El Hattab | 2012-07-12 23:08:21 -0400 |
commit | 7366f607ceac8b08fbd67923d3fc9ef16a52db84 (patch) | |
tree | 5b3f2eeb94c272582a24127352579a911860f2d0 /README.md | |
parent | 5bc5435b61d729e1eb0209da4a01a76b42ee3a6b (diff) |
add beige theme, move theme class from .reveal to document element, use log instead of alert to demonstrate custom events
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -49,7 +49,7 @@ Reveal.initialize({ rollingLinks: true, // UI style - theme: 'default', // default/neon + theme: 'default', // default/neon/beige // Transition style transition: 'default' // default/cube/page/concave/linear(2d) @@ -169,6 +169,7 @@ You can change the appearance of the speaker notes by editing the file at `plugi - Folder structure updates for scalability (see /lib & /plugin) - Slide notes by [rmurphey](https://github.com/rmurphey) - Bumped up default font-size for code samples +- Added beige theme #### 1.3 - Revised keyboard shortcuts, including ESC for overview, N for next, P for previous. Thanks [mahemoff](https://github.com/mahemoff) |