Add new brand variable: $bitbucket-color (#1009)

This commit is contained in:
Guillermo Calvo
2017-05-16 21:21:32 +09:00
committed by Michael Rose
parent bb01fc8c32
commit b3410ed8b2
4 changed files with 12 additions and 0 deletions

View File

@ -191,6 +191,11 @@ body:hover .visually-hidden button {
color: $behance-color;
}
.fa-bitbucket,
.fa-bitbucket-square {
color: $bitbucket-color;
}
.fa-dribbble {
color: $dribbble-color;
}