Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Commit

Permalink
edited footer highlight color
Browse files Browse the repository at this point in the history
  • Loading branch information
dominic-chang committed May 17, 2018
1 parent 1805a0b commit 1030619
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
4 changes: 2 additions & 2 deletions src/css/blog.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ img {
border-width:5px
}
#git:hover{
color:red
color:#AC2B37
}
#linkedIn:hover{
color:red
color:#AC2B37
}
#twitter:hover{
color:#3e2f60
Expand Down
13 changes: 1 addition & 12 deletions src/scenes/hydrogenAtom/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,4 @@ hr {
-webkit-transform:translate(100px, 0px) rotate(120deg) scale(1.15); /* Safari */
transform:translate(100px, 0px) rotate(120deg) scale(1.15)
}
#git:hover{
fill:#3e2f60
}
#linkedIn:hover > path{
fill:#3e2f60
}
#linkedIn:hover >circle{
stroke:#3e2f60
}
#twitter:hover{
fill:#3e2f60
}

0 comments on commit 1030619

Please sign in to comment.