mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-04 04:10:20 +03:00
Fix text color on landing page
This commit is contained in:
parent
57ba37bc52
commit
87800793b8
|
@ -110,6 +110,7 @@ export const LandingBanner = ({
|
|||
})
|
||||
const style = {
|
||||
'--color-theme': background,
|
||||
'--color-theme-dark': background,
|
||||
'--color-back': color,
|
||||
backgroundImage: backgroundImage ? `url(${backgroundImage})` : null,
|
||||
}
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
border-radius: 1em
|
||||
padding: 0 1rem 0.15rem
|
||||
background: var(--color-back)
|
||||
color: var(--color-theme-dark)
|
||||
color: var(--color-theme)
|
||||
|
||||
.subtitle
|
||||
margin-top: 1rem
|
||||
|
|
Loading…
Reference in New Issue
Block a user