Add Light Mode

This commit is contained in:
TotalCaesar659 2020-05-07 04:21:06 +03:00 committed by GitHub
parent 5863861486
commit cd5704993b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -280,3 +280,10 @@ body, body.popup, header, h1, input, a#more-options.button, div#general.tabconte
color: #bfbfbf;
}
}
@media (prefers-color-scheme: light) {
body, body.popup, header, h1, input, a#more-options.button, div#general.tabcontent, div#advanced.tabcontent, select, div#whitelist.tabcontent, button#general-tab.tablinks.active, button#advanced-tab.tablinks.active, button#whitelist-tab.tablinks.active {
background-color: #ffffff;
color: #000000;
}
}