diff --git a/src/styles/_layer.scss b/src/styles/_layer.scss index 11c60fb..2e3ba4b 100644 --- a/src/styles/_layer.scss +++ b/src/styles/_layer.scss @@ -171,7 +171,7 @@ // PROPERTY .maputnik-default-property { .maputnik-input-block-label { - color: darken($color-lowgray, 25%); + color: darken($color-lowgray, 20%); } .maputnik-string, @@ -180,7 +180,7 @@ .maputnik-select, .maputnik-checkbox-wrapper { background-color: darken($color-gray, 2%); - color: darken($color-lowgray, 25%); + color: darken($color-lowgray, 20%); } .maputnik-make-zoom-function svg { @@ -189,7 +189,7 @@ .maputnik-multibutton .maputnik-button { background-color: darken($color-midgray, 10%); - color: darken($color-lowgray, 25%); + color: darken($color-lowgray, 20%); &:hover { background-color: lighten($color-midgray, 12); diff --git a/src/styles/index.scss b/src/styles/index.scss index d653c6c..b27341d 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -1,7 +1,7 @@ -$color-black: #1c1f24; -$color-gray: #26282e; -$color-midgray: #36383e; -$color-lowgray: #8e8e8e; +$color-black: #191b20; +$color-gray: #222429; +$color-midgray: #303237; +$color-lowgray: #a4a4a4; $color-white: #f0f0f0; $color-red: #cf4a4a; $color-green: #53b972;