We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472141b commit 46a5f9eCopy full SHA for 46a5f9e
src/content-render/stylesheets/octicon-table-optimization.scss
@@ -27,7 +27,7 @@ $dark-color: "%23ffffff";
27
}
28
29
@media (prefers-color-scheme: dark) {
30
- [data-color-mode="auto"][data-dark-theme="dark"] & {
+ [data-color-mode="auto"][data-dark-theme*="dark"] & {
31
background-image: octicon-svg($path, $dark-color);
32
33
0 commit comments