Dark background in boot2

pull/1/head
yflory 4 years ago
parent ead767658f
commit 3084cf7129

@ -22,6 +22,11 @@ try {
localStorage[key+'_default'] = os;
}
}
if (window.CryptPad_theme === 'dark') {
var s = document.createElement('style');
s.innerHTML = 'body { background: black; }';
document.body.appendChild(s);
}
//localStorage[key] = theme;
// If the wrong theme is built, flush it
/* XXX flush cache when change

Loading…
Cancel
Save