simplifying and segmenting color variables

This commit is contained in:
Kris Aubuchon
2014-05-06 01:50:51 -04:00
parent 63c4f24319
commit 8ea63006e4
48 changed files with 766 additions and 920 deletions

View File

@@ -3,7 +3,7 @@
display: inline-block;
&:hover .meta {
background: lighten($secondary_background_color, 60%);
background: $primary;
opacity: 1;
@include transition(opacity .5s);
}
@@ -17,8 +17,8 @@
position: absolute;
bottom: 0;
width: 100%;
color: $tertiary_text_color;
background: $secondary_background_color;
color: $secondary;
background: $primary;
opacity: 0;
@include transition(opacity .2s);
@@ -38,7 +38,7 @@
.informations {
margin: 6px;
padding-right: 20px;
color: lighten($primary_text_color, 35%);
color: $primary;
font-size: 14px;
}