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

@ -53,7 +53,7 @@
#reset-box {
width: 296px;
height: 122px;
height: auto;
border: 1px solid #c434e0;
border-radius: 5px;
position: absolute;
@ -83,8 +83,7 @@
display: flex;
justify-content: center;
align-items: center;
position: absolute;
bottom: 10px;
margin-bottom: 5px;
}
.continue-button {

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;
}