Update branding to show support for Ukraine

This commit is contained in:
2022-03-05 10:48:14 +01:00
parent 15716f0673
commit a40d9ecfff
7 changed files with 57 additions and 11 deletions

View File

@@ -180,7 +180,8 @@ func (s pixeldrainStyleSheet) Background(tpl *template.Template) template.URL {
} else if month == time.December && (day == 25 || day == 26 || day == 27) {
file = "checker_christmas"
} else {
file = fmt.Sprintf("checker%d", now.UnixNano()%18)
file = "checker_ukraine"
// file = fmt.Sprintf("checker%d", now.UnixNano()%18)
}
if s.Light {