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