Fixed some bugs with various settings combinations
This commit is contained in:
parent
904484e2b4
commit
ec1acb115a
8 changed files with 177 additions and 180 deletions
|
@ -694,17 +694,3 @@ div.admonition.warning {
|
|||
color: @admonition-warning-color;
|
||||
background-color: @admonition-warning-bg-color;
|
||||
}
|
||||
|
||||
//
|
||||
// Dark Theme
|
||||
//
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
html:not(.light-theme) {
|
||||
@import (multiple) "dark-theme.less";
|
||||
}
|
||||
}
|
||||
|
||||
html.dark-theme {
|
||||
@import (multiple) "dark-theme.less";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue