Remove duplicate bgpattern

This commit is contained in:
2019-09-18 22:41:11 +02:00
parent 2b82ec055f
commit c2db60746c

View File

@@ -6,9 +6,5 @@ body,
.checkers { .checkers {
background-image: url("/res/img/{{bgPattern}}"); background-image: url("/res/img/{{bgPattern}}");
} }
:root {
--background_pattern: url("/res/img/{{bgPattern}}");
}
</style> </style>
{{end}} {{end}}