4,090
edits
No edit summary |
No edit summary |
||
Line 1,740: | Line 1,740: | ||
visibility: hidden; /* Ensure it's not interactable */ | visibility: hidden; /* Ensure it's not interactable */ | ||
display: none; | display: none; | ||
color: | background: black; | ||
font-size: | color: white; | ||
line-height: | font-size: 22px; | ||
letter-spacing: | line-height: 25px; | ||
letter-spacing: 0px; | |||
width: 20%; | |||
} | } | ||
#submit:hover + .submit-hide { | #submit:hover + .submit-hide { |