Update services/webtheme/webtheme.go

This commit is contained in:
silverwind 2024-04-25 19:55:54 +02:00 committed by GitHub
parent 8e26e6ba8c
commit bdda329b6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ type ThemeMetaInfo struct {
IsDarkTheme bool
}
// extract CSS vars from CSS, taking the last occurence in a file to support combined themes like "auto"
// extract CSS vars from CSS, taking the last occurrence in a file to support combined themes like "auto"
func parseThemeMetaInfoToMap(cssContent string) map[string]string {
m := map[string]string{}