Add SASS variables for colors

This commit is contained in:
Frederic Guillot
2016-08-07 18:08:28 -04:00
parent 508a5eaf85
commit 41f93e0957
50 changed files with 329 additions and 220 deletions

View File

@@ -1,13 +1,15 @@
@import variables
.logo
a
opacity: 0.5
color: #d40000
text-decoration: none
span
color: #333
color: color('primary')
a
&:hover
opacity: 0.8
color: #333
color: color('primary')
&:focus span, &:hover span
color: #d40000