Füge Krautchan.css hinzu

This commit is contained in:
noxy 2017-02-01 05:32:13 +00:00
parent c72f00beea
commit b582a1d874

View File

@ -14,8 +14,12 @@ var themes = [ {
}, { }, {
file : 'coldblue.css', file : 'coldblue.css',
label : 'COLD', label : 'COLD',
id : 'COLD' id : 'COLD' ,
}]; }, {
file : 'krautchan.css' ,
label : 'Krautchan' ,
id : 'KC'
}];
var customCss; var customCss;
var addedTheme; var addedTheme;
function updateCss() { function updateCss() {