Set color-scheme property in themes (#8547)
This commit is contained in:
parent
ed2ee70f9f
commit
d5b363e971
4 changed files with 16 additions and 0 deletions
|
@ -242,6 +242,10 @@ $location-live-secondary-color: #deddfd;
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
body {
|
||||
color-scheme: dark;
|
||||
}
|
||||
|
||||
// Nasty hacks to apply a filter to arbitrary monochrome artwork to make it
|
||||
// better match the theme. Typically applied to dark grey 'off' buttons or
|
||||
// light grey 'on' buttons.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue