Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Use variables for colors in a few places
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Sep 3, 2015
1 parent 30830fc commit 88d24e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scss/pages/homepage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
width: 288px;
font: normal 14px/18px $Ideal;
padding: 24px;
background: white;
background: $white;
border: 2px solid $black;
@include border-radius(5px);
box-shadow: 0px 0px 32px 16px rgba($black, 0.5);
Expand Down Expand Up @@ -87,8 +87,8 @@
top: 30px;
left: 31px;
@include border-radius(3px);
background: white;
border: 1px solid white;
background: $white;
border: 1px solid $white;
}
}
.numbers {
Expand Down

0 comments on commit 88d24e5

Please sign in to comment.