Skip to content

Commit 1173a88

Browse files
committed
chore: Update footer and homepage header colors
1 parent fe4cb75 commit 1173a88

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: src/css/custom.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
--ifm-color-primary-lightest: #d6e4dc;
3030
--ifm-background-color: #494949;
3131
--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;
3434
}

Diff for: src/pages/index.tsx

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ import styles from './index.module.css';
1010
function HomepageHeader() {
1111
const {siteConfig} = useDocusaurusContext();
1212
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' }}>
1616
🍄 Stereum
1717
</Heading>
18-
<p className="hero__subtitle">{siteConfig.tagline}</p>
18+
<p className="hero__subtitle" style={{ color: '#ffffff' }}>{siteConfig.tagline}</p>
1919
<div className={styles.buttons}>
2020
<Link
2121
className="button button--secondary button--lg"

0 commit comments

Comments
 (0)