Convert every page to new layout
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
{{define "user_style"}}
|
||||
<style>
|
||||
{{.UserStyle}}
|
||||
|
||||
body,
|
||||
.checkers {
|
||||
background-image: url("/res/img/{{bgPattern}}");
|
||||
}
|
||||
|
||||
:root {
|
||||
--background_pattern: url("/res/img/{{bgPattern}}");
|
||||
}
|
||||
</style>
|
||||
{{end}}
|
||||
|
Reference in New Issue
Block a user