@@ -64,11 +64,11 @@
}
&--highlight {
- @include shadow($blue);
+ @include shadow($orange);
top: -4px;
left: -4px;
&:hover {
@@ -20,4 +20,6 @@ $red: #F25F5C;
$yellow: #eec71a;
$yellow-dark: #d0ae16;
+$orange: #FF9311;
+
$blue: #48ACF0;