added hover to top button

This commit is contained in:
2024-07-11 16:08:52 +02:00
parent 79aa4847d5
commit 8e8cb732df
9 changed files with 36 additions and 0 deletions

View File

@@ -78,6 +78,10 @@
background-color: var(--bcolor4);
}
#totop:hover {
background-color: var(--color2);
}
#totop {
background-color: var(--color1);
color: var(--bcolor1);