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
|
@ -347,6 +347,10 @@ $location-live-secondary-color: #deddfd;
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
body {
|
||||
color-scheme: light;
|
||||
}
|
||||
|
||||
// diff highlight colors
|
||||
.hljs-addition {
|
||||
background: #dfd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue