adjust background color of dark mode toggle in light mode
This commit is contained in:
parent
7757511a4d
commit
b24c8555a2
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ body.light-mode nav ul li a:hover {
|
|||
|
||||
body.light-mode .dark-mode-toggle {
|
||||
color: #242424;
|
||||
background-color: #f1f1f1;
|
||||
background-color: #f7f7f7;
|
||||
}
|
||||
body.light-mode .dark-mode-toggle:hover {
|
||||
background-color: #e0e0e0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue