Improve flexibility of applying color to the theme

This commit is contained in:
Michael Rose
2016-04-05 15:18:05 -04:00
parent 1b9508d229
commit ecae46746d
13 changed files with 69 additions and 58 deletions

View File

@@ -61,9 +61,8 @@ audio:not([controls]) {
display: none;
}
/* Remove blue color */
a {
color: inherit;
color: $primary-color;
}
/* Apply focus state */