MediaWiki:DataMaps.css: Difference between revisions

From Verra Vip
Jump to navigation Jump to search
No edit summary
No edit summary
Tag: Reverted
Line 6: Line 6:
   min-height: 750px;
   min-height: 750px;
   background: #000;
   background: #000;
}
.mw-body {
  color: #000;
  direction: ltr;
}
}

Revision as of 23:41, 19 November 2024

/* Map Background */

.ext-datamaps-container-content .ext-datamaps-container-leaflet {
  position: relative;
  height: 70vh;
  min-height: 750px;
  background: #000;
}



.mw-body {
  color: #000;
  direction: ltr;
}