mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-03 23:11:45 +01:00
20 lines
396 B
CSS
20 lines
396 B
CSS
@font-face {
|
|
font-family: 'Roboto';
|
|
src: url('./fonts/Roboto-Regular.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
.app {
|
|
|
|
}
|
|
|
|
.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;
|
|
}
|