mirror of
https://github.com/SimonBrazell/privacy-redirect
synced 2025-02-02 02:26:46 +01:00
Add Dark Mode support
This commit is contained in:
parent
4a08f5da8f
commit
5863861486
@ -273,3 +273,10 @@ li {
|
||||
cursor: pointer;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
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: #313131;
|
||||
color: #bfbfbf;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user