Skip to content

Commit

Permalink
Increase contrast in email login ui in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ecc521 committed Oct 8, 2024
1 parent 0837280 commit a4d5b45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions favorites.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@
.underlineText {
border-bottom: 1px dotted white;
}

label.floatingLabel {
color: #ddd; /*increase contrast of the sign in interface. */
}
}

</style>
Expand Down

0 comments on commit a4d5b45

Please sign in to comment.