mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-10 22:08:45 +00:00
Fix custom CSS
This commit is contained in:
parent
471701f029
commit
4ad71587d8
2 changed files with 6 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
<script src="/static/fluoride.js"></script>
|
||||
{{end}}
|
||||
{{if $.Ctx.UserCSS}}
|
||||
<style>{{$.Ctx.UserCSS}}</style>
|
||||
<style>{{RawCSS $.Ctx.UserCSS}}</style>
|
||||
{{end}}
|
||||
</head>
|
||||
<body {{if $.Ctx.DarkMode}}class="dark"{{end}}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue