changed back outsourcing of primary color cause its only used once

This commit is contained in:
Florian Scholdei
2019-02-21 09:50:13 +01:00
parent 1de5a93416
commit 5987abda01

View File

@@ -3,7 +3,6 @@
$blue: #33b2e8;
$mint: #11dfd0;
$primary: #00d1df;
$info: $blue;
@@ -101,7 +100,7 @@ $fa-font-path: "webfonts";
height: 2.5rem;
&.is-primary {
background-color: $primary;
background-color: #00d1df;
}
&.is-primary:hover, &.is-primary.is-hovered {
background-color: #00b9c6;