Skip to content

Commit

Permalink
Make links in the login page visually obvious (DefectDojo#11474)
Browse files Browse the repository at this point in the history
* Make links in the login page visually obvious

"I forgot my password" and "I forgot my username" are links without underline and its not visually evident without color vision.

* Clean up the PR from the unrelated files

---------

Co-authored-by: oussama taoufiq <[email protected]>
  • Loading branch information
oussama-taoufiq and oussama taoufiq authored Jan 23, 2025
1 parent a8040b4 commit 9d773a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dojo/static/dojo/css/dojo.css
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,11 @@ form ul {
padding-left: 0px
}

form ul li a#reset-password,
form ul li a#forgot-username {
color: rgb(51, 122, 183)
}

form ul#id_accepted_findings {
list-style: none;
margin-left: 0;
Expand Down

0 comments on commit 9d773a0

Please sign in to comment.