mirror of
https://github.com/maputnik/editor.git
synced 2025-12-26 16:10:01 +00:00
13 lines
241 B
SCSS
13 lines
241 B
SCSS
|
|
|
|
.chrome-picker {
|
|
background-color: #1c1f24 !important;
|
|
font-family: inherit !important;
|
|
}
|
|
|
|
.chrome-picker input {
|
|
background-color: rgb(38, 40, 46) !important;
|
|
color: rgb(142, 142, 142) !important;
|
|
box-shadow: none !important;
|
|
}
|