Merge pull request #13926 from tschaub/map-background

Updated map background
This commit is contained in:
Tim Schaub
2022-08-02 08:24:50 -06:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

View File

@@ -186,7 +186,7 @@ ol.inline>li {
.map {
height: 400px;
width: 100%;
background: url(map-background.jpg) repeat;
background: var(--ol-background-color);
margin-bottom: 10px;
}