-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Thanks for publishing this :)
it works slowly, if put the css content directly, works much faster. But still not clean cus first loads default css and the change is visible in each page.. Any ideas?
(function() {
'use strict';
const style = document.createElement('style');
style.textContent = `css...........`;
document.head.appendChild(style);
document.body.classList.add("theme-custom", "theme-bookface");
})();Metadata
Metadata
Assignees
Labels
No labels