Remove invalid comments from github syle
This commit is contained in:
parent
81c0f09e9a
commit
6b15d31ece
1 changed files with 5 additions and 5 deletions
|
|
@ -45,15 +45,15 @@
|
|||
--monospaceFontFamily: "ComicCodeLigatures Nerd Font", "Ubuntu Mono",
|
||||
monospace, emoji;
|
||||
}
|
||||
[data-color-mode="light"][data-light-theme="light"], // Light default
|
||||
[data-color-mode="light"][data-light-theme="light"],
|
||||
[data-color-mode="dark"][data-dark-theme="light"],
|
||||
[data-color-mode="light"][data-light-theme="dark"], // Dark default
|
||||
[data-color-mode="light"][data-light-theme="dark"],
|
||||
[data-color-mode="dark"][data-dark-theme="dark"],
|
||||
[data-color-mode="light"][data-light-theme="dark_high_contrast"], // Dark high contrast
|
||||
[data-color-mode="light"][data-light-theme="dark_high_contrast"],
|
||||
[data-color-mode="dark"][data-dark-theme="dark_high_contrast"],
|
||||
[data-color-mode="light"][data-light-theme="dark_dimmed"], //Dark dimmed
|
||||
[data-color-mode="light"][data-light-theme="dark_dimmed"],
|
||||
[data-color-mode="dark"][data-dark-theme="dark_dimmed"],
|
||||
[data-color-mode=auto][data-light-theme*=light], //Auto colors
|
||||
[data-color-mode=auto][data-light-theme*=light],
|
||||
[data-color-mode=auto][data-light-theme*=dark] {
|
||||
--color-header-bg: var(--bg4);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue