Revert #9554 Refactor stylesheets in single <style> tags

These changes break the palette switcher
This commit is contained in:
Jeremy Ruston
2026-01-18 11:40:10 +00:00
parent be84dee26b
commit ae4e99951a
7 changed files with 35 additions and 43 deletions

View File

@@ -23,7 +23,9 @@ type: text/vnd.tiddlywiki-html
<div id="styleArea">
{{$:/boot/boot.css||$:/core/templates/css-tiddler}}
</div>
{{$:/core/ui/RootStylesheet||$:/core/templates/wikified-tiddler}}
<style type="text/css">
{{$:/core/ui/PageStylesheet||$:/core/templates/wikified-tiddler}}
</style>
</head>
<body class="tc-body">
{{$:/StaticBanner||$:/core/templates/html-tiddler}}