Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 2b3b163

Browse files
authored
Merge pull request #300 from grafana/src/fix-light-theme-background
force forground color for light theme
2 parents 45ec6c3 + 75b491d commit 2b3b163

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/css/worldmap.light.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.worldmap-popup .leaflet-popup-content-wrapper, .worldmap-popup .leaflet-popup-tip {
22
background-color: #ECECEC;
3+
color: #000 !important;
34
}

0 commit comments

Comments
 (0)