updated need hep link

This commit is contained in:
polarDefender 2024-06-01 15:24:24 -07:00
parent bd63a16ca4
commit 641385a99d
8 changed files with 17 additions and 9 deletions

View file

@ -274,3 +274,12 @@ footer .footer-text {
.hidden-button {
visibility: hidden;
}
.need-help{
transition-duration: 0.3s;
text-decoration-color: #c434e0;
}
.need-help:hover{
text-decoration: underline;
text-decoration-color: #c434e0;
}