Update style.css
Changes footer and save button colors in dark style
This commit is contained in:
parent
df5110dbc0
commit
edea19ac31
|
|
@ -453,6 +453,13 @@ h1{
|
|||
color: white;
|
||||
background-color: grey;
|
||||
}
|
||||
.save {
|
||||
background-color: #CC1111;
|
||||
}
|
||||
.footer {
|
||||
background-color: #222222;
|
||||
}
|
||||
|
||||
.leaflet-center {
|
||||
color: white;
|
||||
background-color: grey;
|
||||
|
|
|
|||
Loading…
Reference in New Issue