Added transparent background to dynmap_style.css.

This commit is contained in:
Harrison Deng 2022-05-16 14:52:32 -05:00
parent f3ae4daf7e
commit a19a39014d

View File

@ -69,7 +69,7 @@
.dynmap > .map { .dynmap > .map {
width: 100%; width: 100%;
height: 100%; height: 100%;
background: #000; background: transparent;
z-index: 0; z-index: 0;
} }