diff options
Diffstat (limited to 'theme.js')
| -rw-r--r-- | theme.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ const global_sheets = []; export function add_css(sheets) { global_sheets.push(...sheets); + document.adoptedStyleSheets = global_sheets; } export function css() { |