add beige theme, move theme class from .reveal to document element, use log instead of alert to demonstrate custom events

This commit is contained in:
Hakim El Hattab
2012-07-12 23:08:21 -04:00
parent 5bc5435b61
commit 7366f607ce
4 changed files with 54 additions and 11 deletions

View File

@ -139,7 +139,7 @@ var Reveal = (function(){
}
if( config.theme !== 'default' ) {
dom.wrapper.classList.add( config.theme );
document.documentElement.classList.add( 'theme-' + config.theme );
}
if( config.mouseWheel ) {