Use $cBlue in _dropdown instead of green

This commit is contained in:
rubenmoya
2017-11-21 10:06:47 +01:00
parent 12eb1a3258
commit 36f9e90883

View File

@@ -152,7 +152,7 @@
border-bottom: 0;
}
&:hover {
background-color: rgba(157, 224, 173, 0.2);
background-color: rgba($cBlue, 0.08);
color: $cMainBg;
cursor: pointer;
}