Skip to content

Commit

Permalink
Update colors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joen Asmussen authored and youknowriad committed Jun 16, 2020
1 parent 43d41f4 commit 190b041
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/base-styles/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -456,27 +456,27 @@
}

body.admin-color-blue {
@include admin-scheme(#82b4cb);
@include admin-scheme(#096484);
}

body.admin-color-coffee {
@include admin-scheme(#c2a68c);
@include admin-scheme(#46403c);
}

body.admin-color-ectoplasm {
@include admin-scheme(#a7b656);
@include admin-scheme(#523f6d);
}

body.admin-color-midnight {
@include admin-scheme(#e14d43);
}

body.admin-color-ocean {
@include admin-scheme(#a3b9a2);
@include admin-scheme(#627c83);
}

body.admin-color-sunrise {
@include admin-scheme(#d1864a);
@include admin-scheme(#dd823b);
}
}

Expand Down

0 comments on commit 190b041

Please sign in to comment.