1
0
Fork 0
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:
MG-5 2023-11-09 15:36:15 +01:00
parent 75698ff819
commit 6ac464f584
2 changed files with 6 additions and 1 deletions
_sass/base

View file

@ -282,3 +282,8 @@ details {
}
}
// Theme toggle button
#theme-toggle {
cursor: pointer;
}