Make checkboxes dark in dark theme
This commit is contained in:
parent
9fde097944
commit
2a899c1994
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
||||||
html {
|
html {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
cursor: inherit;
|
cursor: inherit;
|
||||||
|
|
||||||
|
body.dark-theme {
|
||||||
|
color-scheme: dark;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue