start replacing class-scopes with css variables

This commit is contained in:
ed 2022-04-24 23:46:38 +02:00
parent 2933dce3ef
commit 6041df8370
2 changed files with 488 additions and 638 deletions

File diff suppressed because it is too large Load diff

View file

@ -3318,7 +3318,7 @@ document.onkeydown = function (e) {
function srch_msg(err, txt) {
var o = ebi('srch_q');
o.textContent = txt;
o.style.color = err ? '#f09' : '#c90';
clmod(o, 'err', err);
}
var search_timeout,