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:
parent
5bc5435b61
commit
7366f607ce
4 changed files with 54 additions and 11 deletions
|
@ -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 ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue