Usa a more muted white for the dark theme

This commit is contained in:
Martin Kleinschrodt 2022-01-31 08:07:33 +01:00
parent 20985dc61d
commit 045fdb90e0
1 changed files with 2 additions and 0 deletions

View File

@ -234,6 +234,8 @@ body {
}
body.theme-dark {
--color-white: #e1e1e1;
--color-background: #252525;
--color-background-light: #333;
--color-background-dark: #212121;