diff --git a/assets/js/codiad.js b/assets/js/codiad.js index 936f8ef..75e45df 100644 --- a/assets/js/codiad.js +++ b/assets/js/codiad.js @@ -15,7 +15,7 @@ addThemeCSS: function( file ) { - return this.addCSS( `themes/${this.theme}/${file}`, $( 'body,html' ) ); + return this.addCSS( `themes/${this.theme}/${file}`, $( 'body' ) ); }, }; })( this, jQuery ); \ No newline at end of file