new primary color

This commit is contained in:
Matthias Kretschmann 2017-08-29 11:20:22 +02:00
parent 072e2f10e1
commit bb1f5fbcea
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 3 additions and 1 deletions

View File

@ -15,6 +15,8 @@
&:focus {
.logo-caretaker {
opacity: 1;
fill: $link-color;
color: $link-color;
}
}
}

View File

@ -1,7 +1,7 @@
//
// Colors
//
$brand-01: #9b4258 !default;
$brand-01: #cc6bb3 !default;
$brand-02: #7dacbc !default;
$brand-03: #093749 !default;
$brand-04: #557f8d !default;