Fix a bunch of padding issues

This commit is contained in:
2023-01-17 22:53:41 +01:00
parent ad026481a2
commit aec9371f4d
11 changed files with 42 additions and 22 deletions

View File

@@ -163,7 +163,7 @@ func (s styleSheet) withDefaults() styleSheet {
defaultCSS(&s.Navigation, RawCSS("none"))
defaultCSS(&s.BodyBackground, s.BodyColor)
defaultHSL(&s.BackgroundText, s.BodyText)
defaultHSL(&s.Separator, s.BodyColor.Add(0, 0, .03))
defaultHSL(&s.Separator, s.BodyColor.Add(0, 0, .05))
return s
}