mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-05-29 07:40:00 +02:00
Fix theme toggle button label
Use pointer cursor when hovering over theme toggle button
This commit is contained in:
parent
75698ff819
commit
6ac464f584
2 changed files with 6 additions and 1 deletions
_sass/base
|
@ -282,3 +282,8 @@ details {
|
|||
}
|
||||
}
|
||||
|
||||
// Theme toggle button
|
||||
#theme-toggle {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue