mirror of
https://github.com/ipdb/website.git
synced 2024-12-30 16:47:45 +01:00
new primary color
This commit is contained in:
parent
072e2f10e1
commit
bb1f5fbcea
@ -15,6 +15,8 @@
|
|||||||
&:focus {
|
&:focus {
|
||||||
.logo-caretaker {
|
.logo-caretaker {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
fill: $link-color;
|
||||||
|
color: $link-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
//
|
//
|
||||||
// Colors
|
// Colors
|
||||||
//
|
//
|
||||||
$brand-01: #9b4258 !default;
|
$brand-01: #cc6bb3 !default;
|
||||||
$brand-02: #7dacbc !default;
|
$brand-02: #7dacbc !default;
|
||||||
$brand-03: #093749 !default;
|
$brand-03: #093749 !default;
|
||||||
$brand-04: #557f8d !default;
|
$brand-04: #557f8d !default;
|
||||||
|
Loading…
Reference in New Issue
Block a user