update wunderbar color

This commit is contained in:
Sean Yesmunt 2020-01-31 13:14:58 -05:00
parent 7f96029e1c
commit 9dddbf93a6
3 changed files with 3 additions and 1 deletions

View file

@ -53,7 +53,7 @@
padding-right: var(--spacing-small);
padding-left: 2.5rem;
transition: all 0.2s;
background-color: #677e87;
background-color: var(--color-wunderbar);
color: white;
&::placeholder {

View file

@ -72,6 +72,7 @@
--color-placeholder-background: #4e5862;
--color-spinner-light: #5a6570;
--color-spinner-dark: #212529;
--color-wunderbar: #89939e;
// Tags
--color-tag: var(--color-primary);

View file

@ -46,6 +46,7 @@
// Search
--color-search-suggestion: #212529;
--color-search-suggestion-background: #cce6fb;
--color-wunderbar: var(--color-primary);
// Snack
--color-snack-bg: var(--color-primary);