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:
@ -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 ) {
|
||||
|
Reference in New Issue
Block a user