Change Dark Mode toggle button to fontawesome icons
This commit is contained in:
parent
d355176be1
commit
7757511a4d
3 changed files with 5 additions and 4 deletions
|
@ -97,6 +97,7 @@ body.light-mode nav ul li a:hover {
|
|||
}
|
||||
|
||||
body.light-mode .dark-mode-toggle {
|
||||
color: #242424;
|
||||
background-color: #f1f1f1;
|
||||
}
|
||||
body.light-mode .dark-mode-toggle:hover {
|
||||
|
@ -141,7 +142,7 @@ footer a {
|
|||
text-decoration: none;
|
||||
}
|
||||
footer a:hover {
|
||||
background-color: rgb(20, 23, 26);
|
||||
background-color: #5865f2;
|
||||
}
|
||||
body.light-mode footer a {
|
||||
background-color: rgb(231, 231, 231);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue