File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 29
29
--ifm-color-primary-lightest : # d6e4dc ;
30
30
--ifm-background-color : # 494949 ;
31
31
--ifm-footer-background-color : # 336666 ;
32
- --ifm-footer-color : # 000000 ;
33
- --ifm-footer-link-color : # 000000 ;
32
+ --ifm-footer-color : # ffffff ;
33
+ --ifm-footer-link-color : # ffffff ;
34
34
}
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ import styles from './index.module.css';
10
10
function HomepageHeader ( ) {
11
11
const { siteConfig} = useDocusaurusContext ( ) ;
12
12
return (
13
- < header style = { { backgroundColor : '#336666' } } className = { clsx ( 'hero hero--primary' , styles . heroBanner ) } >
14
- < div className = "container" >
15
- < Heading as = "h1" className = "hero__title" >
13
+ < header style = { { backgroundColor : '#336666' } } className = { clsx ( 'hero hero--primary' , styles . heroBanner ) } >
14
+ < div className = "container" >
15
+ < Heading as = "h1" className = "hero__title" style = { { color : '#ffffff' } } >
16
16
🍄 Stereum
17
17
</ Heading >
18
- < p className = "hero__subtitle" > { siteConfig . tagline } </ p >
18
+ < p className = "hero__subtitle" style = { { color : '#ffffff' } } > { siteConfig . tagline } </ p >
19
19
< div className = { styles . buttons } >
20
20
< Link
21
21
className = "button button--secondary button--lg"
You can’t perform that action at this time.
0 commit comments