Update style.css

Changes footer and save button colors in dark style
This commit is contained in:
Piter-NS 2025-01-15 08:10:46 +01:00 committed by GitHub
parent df5110dbc0
commit edea19ac31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -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;