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;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#paper span.black:hover {
|
||||||
|
background-color: grey;
|
||||||
|
}
|
||||||
|
|
||||||
#aboutToggle {
|
#aboutToggle {
|
||||||
color: white;
|
color: white;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
Loading…
Reference in New Issue