Allow setting path to custom CSS

This commit is contained in:
Svilen Markov
2024-04-29 16:47:18 +01:00
parent ccdafcdfab
commit 748ad1ff8d
3 changed files with 25 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ type Theme struct {
Light bool `yaml:"light"`
ContrastMultiplier float32 `yaml:"contrast-multiplier"`
TextSaturationMultiplier float32 `yaml:"text-saturation-multiplier"`
CustomCSSFile string `yaml:"custom-css-file"`
}
type Server struct {