Made the header buttons match the theme properly.

This commit is contained in:
Warwick 2022-04-02 12:04:11 +01:00
parent 6d17000fbe
commit 2a3b058b46

View file

@ -36,7 +36,7 @@ class Header extends Component {
<Button <Button
variant="text" variant="text"
href="/graphics-blog" href="/graphics-blog"
style={{ color: "#ffffff" }} style={{ color: "#f0ffd6" }}
> >
Graphics Blog Graphics Blog
</Button> </Button>
@ -44,7 +44,7 @@ class Header extends Component {
<Button <Button
variant="text" variant="text"
href={CV} href={CV}
style={{ color: "#ffffff" }} style={{ color: "#f0ffd6" }}
> >
CV CV
</Button> </Button>
@ -52,7 +52,7 @@ class Header extends Component {
<Button <Button
variant="text" variant="text"
href="/contact" href="/contact"
style={{ color: "#ffffff" }} style={{ color: "#f0ffd6" }}
> >
Contact Me Contact Me
</Button> </Button>