Skip to content

Commit

Permalink
Add form label color in darkly theme for Identity input labels.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Feb 2, 2023
1 parent d5bb45a commit cef26f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Server/wwwroot/css/Themes/darkly.custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@
.logo-subtitle {
font-size: .5em;
color: deepskyblue;
}

.form-floating > label {
color: #375a7f;
}

0 comments on commit cef26f5

Please sign in to comment.