Ajustement mineur du style
This commit is contained in:
parent
17a93f3dbc
commit
a9f220e596
1 changed files with 6 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ body {
|
|||
align-items: stretch;
|
||||
|
||||
min-height: 100vh;
|
||||
|
||||
background: black;
|
||||
}
|
||||
|
||||
body > * {
|
||||
|
|
@ -74,6 +76,10 @@ body > hr {
|
|||
z-index: -1;
|
||||
}
|
||||
|
||||
.leaflet-container {
|
||||
background: #3f3f3f;
|
||||
}
|
||||
|
||||
.leaflet-container .leaflet-control-attribution {
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
color: white;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue