add underline to cancel link

This commit is contained in:
CuriousMagpie
2023-03-21 17:07:40 -04:00
parent b264e539f4
commit 786b1ec670

View File

@@ -159,6 +159,10 @@
margin-top:16px; margin-top:16px;
margin-bottom: 8px; margin-bottom: 8px;
text-align: center; text-align: center;
&:hover {
text-decoration: underline;
}
} }
} }
} }