move css variable injection to themes

+ prepare new HeadCommon in extra file
This commit is contained in:
Felix Roos 2023-12-14 22:39:44 +01:00
parent 49906e98b7
commit 8959c630ae
6 changed files with 103 additions and 8 deletions

View file

@ -2,3 +2,4 @@ export * from './codemirror.mjs';
export * from './highlight.mjs';
export * from './flash.mjs';
export * from './slider.mjs';
export * from './themes.mjs';