tpotce/docker/nginx/dist/html/assets/js/theme.js

7 lines
214 B
JavaScript
Raw Normal View History

// ┌┬┐┬ ┬┌─┐┌┬┐┌─┐
// │ ├─┤├┤ │││├┤
// ┴ ┴ ┴└─┘┴ ┴└─┘
if (CONFIG.imageBackground) {
document.body.classList.add('withImageBackground');
}