added styling for headlines

fixed font-color dark mode bug
This commit is contained in:
Felix Baumgärtner
2024-01-16 08:51:35 +01:00
parent 6e50ed875e
commit 112c5f9b0d
2 changed files with 14 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ export const vinTheme: CustomThemeConfig = {
// =~= Theme Properties =~=
"--theme-font-family-base": `Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'`,
"--theme-font-family-heading": `Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'`,
"--theme-font-color-base": "var(--color-surface-400)",
"--theme-font-color-base": "var(--color-surface-500)",
"--theme-font-color-dark": "var(--color-surface-50)",
"--theme-rounded-base": "12px",
"--theme-rounded-container": "12px",