add colors from brandcolors.net

This commit is contained in:
Brad Clark 2017-09-20 19:09:13 -04:00
parent a5a4436adb
commit 0d621041d9
No known key found for this signature in database
GPG Key ID: CF53CABAB489B774
2 changed files with 9 additions and 5 deletions

View File

@ -6,17 +6,21 @@
}
.twitter:hover {
fill: #55acee;
fill: #1da1f2;
}
.instagram:hover {
fill: #e95950;
fill: #e1306c;
}
.youtube:hover {
fill: #bb0000;
fill: #cd201f;
}
.github:hover {
fill: #FFFFFF;
fill: #6cc644;
}
.linkedin:hover {
fill: #0077b5
}

File diff suppressed because one or more lines are too long