Notice in style of map key

This commit is contained in:
Midgard 2020-08-01 23:57:40 +02:00
parent 74ee5b751d
commit a8de34ff60
Signed by: midgard
GPG Key ID: 511C112F1331BBB4
1 changed files with 3 additions and 3 deletions

View File

@ -8,9 +8,9 @@ html, body {
.notice {
padding: 0.5em;
background: hsla(215, 90%, 20%, 0.75);
border-bottom: 5px solid hsl(215, 40%, 70%, 0.75);
color: #fff;
background: #fff;
color: #000;
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
}
.leaflet-top.leaflet-left {
z-index: 1001;