added styling for headlines
fixed font-color dark mode bug
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user