Skip to content

Commit

Permalink
Fix for openstreetmaps.org (darkreader#4928)
Browse files Browse the repository at this point in the history
- Fix icons.
- Fix text.
- Resolves darkreader#4927
  • Loading branch information
Gusted authored Jan 31, 2021
1 parent 7b3a99f commit 63b0b48
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/config/dynamic-theme-fixes.config
Original file line number Diff line number Diff line change
Expand Up @@ -6321,12 +6321,18 @@ openstreetmap.org

INVERT
.map-layout #map
.ideditor g.vertex .icon
.ideditor g.point .icon
.ideditor .icon.areaicon-halo

CSS
div[dir="ltr", id="map"] {
filter: none !important;
background: #000 !important;
}
.ideditor .labels-group.halo text {
stroke: var(--darkreader-neutral-background) !important;
}
.map-layout #map {
background-color: ${#1b1b1b} !important;
}
Expand Down

0 comments on commit 63b0b48

Please sign in to comment.