make blacked out spans have a grey background when hovering so it is more clear what state they are in

trunk
vilmibm 2023-07-18 06:38:53 +00:00
parent 6fa4283e85
commit ddb1ceb146
1 changed files with 4 additions and 0 deletions

View File

@ -64,6 +64,10 @@
background-color: white;
}
#paper span.black:hover {
background-color: grey;
}
#aboutToggle {
color: white;
font-weight: bold;