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.
2 parents e507a60 + 7a50831 commit 71af997Copy full SHA for 71af997
docs/stylesheets/extra.css
@@ -87,4 +87,24 @@
87
.md-search-result__teaser mark {
88
background-color: var(--md-accent-fg-color);
89
color: #000000;
90
+}
91
+
92
+/* Dark mode: Fix invisible icons by ensuring proper contrast */
93
+[data-md-color-scheme="slate"] .md-header svg {
94
+ color: #000000 !important;
95
+ fill: #000000 !important;
96
97
98
+[data-md-color-scheme="slate"] .md-header__button img {
99
+ filter: brightness(0) !important;
100
101
102
+[data-md-color-scheme="slate"] .md-source__icon svg {
103
104
105
106
107
+[data-md-color-scheme="slate"] .md-header__option svg {
108
109
110
}
0 commit comments