Skip to content

Commit eaee54a

Browse files
authored
Fix for nytimes.com (darkreader#13453)
1 parent b55c07a commit eaee54a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/config/dynamic-theme-fixes.config

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20170,10 +20170,12 @@ nytimes.com
2017020170

2017120171
INVERT
2017220172
#site_header_wrapper a[aria-label="Wirecutter"]
20173+
div[data-testid="masthead-desktop-logo"] > a > svg
2017320174
div#live-country-map.live-country-map-embed
2017420175
div#live-us-map.live-us-map-embed
20175-
g > text
20176+
.needle-wrap > svg
2017620177
.svelte-1v1dl99
20178+
.vmap-layer-container > g > text
2017720179
.vmap-zoom-buttons
2017820180
#xwd-board
2017920181

@@ -20228,6 +20230,9 @@ a[data-testid] > svg {
2022820230
fill: ${blue} !important;
2022920231
}
2023020232

20233+
IGNORE INLINE STYLE
20234+
line[style="stroke: var(--tie); stroke: black;"]
20235+
2023120236
================================
2023220237

2023320238
nzbget.*

0 commit comments

Comments
 (0)