make blacked out spans have a grey background when hovering so it is more clear what state they are in
parent
6fa4283e85
commit
ddb1ceb146
|
@ -64,6 +64,10 @@
|
|||
background-color: white;
|
||||
}
|
||||
|
||||
#paper span.black:hover {
|
||||
background-color: grey;
|
||||
}
|
||||
|
||||
#aboutToggle {
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
|
|
Loading…
Reference in New Issue