Fix packer logo color

This commit is contained in:
Jason Costello 2017-04-03 21:39:14 -07:00
parent 05f999903a
commit 7577a9ea29
1 changed files with 2 additions and 2 deletions

View File

@ -8,12 +8,12 @@ svg.logo {
} }
path.p-front { path.p-front {
fill: #4DA7DD; fill: $packer-blue;
opacity: 1.0; opacity: 1.0;
} }
path.p-back { path.p-back {
fill: #3192D0; fill: $packer-blue-dark;
opacity: 1.0; opacity: 1.0;
} }
} }