Skip to content

Commit 46a5f9e

Browse files
authored
Fix octicon table icons contrast in dark_dimmed theme (#57010)
1 parent 472141b commit 46a5f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content-render/stylesheets/octicon-table-optimization.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $dark-color: "%23ffffff";
2727
}
2828

2929
@media (prefers-color-scheme: dark) {
30-
[data-color-mode="auto"][data-dark-theme="dark"] & {
30+
[data-color-mode="auto"][data-dark-theme*="dark"] & {
3131
background-image: octicon-svg($path, $dark-color);
3232
}
3333
}

0 commit comments

Comments
 (0)