Fix filesystem error handler

This commit is contained in:
2026-04-01 19:39:42 +02:00
parent f578f2c2c0
commit 373bf5c786
3 changed files with 25 additions and 20 deletions

View File

@@ -262,7 +262,7 @@ func (s styleSheet) String() string {
s.BodyBackground.CSS(),
s.BodyText.CSS(),
s.Separator.CSS(),
s.BodyColor.WithAlpha(0.7).CSS(), // shaded_background
s.BodyColor.WithAlpha(0.9).CSS(), // shaded_background
s.CardColor.CSS(),
s.Chart1.CSS(),
s.Chart2.CSS(),