Made the header buttons match the theme properly.
This commit is contained in:
parent
6d17000fbe
commit
2a3b058b46
1 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue