mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2024-12-22 15:47:46 +00:00
header: change dark mode toggle color
This commit is contained in:
parent
9317d48b01
commit
4e8fd068ea
1 changed files with 2 additions and 2 deletions
|
@ -76,11 +76,11 @@
|
|||
}
|
||||
|
||||
input:checked + .slider {
|
||||
background-color: #2196F3;
|
||||
background-color: #d56f2a;
|
||||
}
|
||||
|
||||
input:focus + .slider {
|
||||
box-shadow: 0 0 1px #2196F3;
|
||||
box-shadow: 0 0 1px #d56f2a;
|
||||
}
|
||||
|
||||
input:checked + .slider:before {
|
||||
|
|
Loading…
Reference in a new issue