File size: 217 Bytes
f201cf6 | 1 2 3 4 5 6 7 8 9 10 11 12 | .dark-mode-only {
display: none !important;
}
[data-md-color-scheme="slate"] .dark-mode-only {
display: inline-block !important;
}
[data-md-color-scheme="slate"] .light-mode-only {
display: none !important;
}
|