Fix text color on landing page

This commit is contained in:
Marcus Blättermann 2023-01-25 12:51:00 +01:00
parent 57ba37bc52
commit 87800793b8
No known key found for this signature in database
GPG Key ID: A1E1F04008AC450D
2 changed files with 2 additions and 1 deletions

View File

@ -110,6 +110,7 @@ export const LandingBanner = ({
}) })
const style = { const style = {
'--color-theme': background, '--color-theme': background,
'--color-theme-dark': background,
'--color-back': color, '--color-back': color,
backgroundImage: backgroundImage ? `url(${backgroundImage})` : null, backgroundImage: backgroundImage ? `url(${backgroundImage})` : null,
} }

View File

@ -41,7 +41,7 @@
border-radius: 1em border-radius: 1em
padding: 0 1rem 0.15rem padding: 0 1rem 0.15rem
background: var(--color-back) background: var(--color-back)
color: var(--color-theme-dark) color: var(--color-theme)
.subtitle .subtitle
margin-top: 1rem margin-top: 1rem