Fix a bunch of padding issues
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user