15 lines
200 B
HTML
15 lines
200 B
HTML
{{define "user_style"}}
|
|
<style>
|
|
{{.UserStyle}}
|
|
|
|
body,
|
|
.checkers {
|
|
background-image: url("/res/img/{{bgPattern}}");
|
|
}
|
|
|
|
:root {
|
|
--background_pattern: url("/res/img/{{bgPattern}}");
|
|
}
|
|
</style>
|
|
{{end}}
|