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
|
||||
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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue