Add form label color in darkly theme for Identity input labels.

This commit is contained in:
Jared Goodwin 2023-02-01 21:15:21 -08:00
parent d5bb45a793
commit cef26f5ca7

View File

@ -17,4 +17,8 @@
.logo-subtitle {
font-size: .5em;
color: deepskyblue;
}
.form-floating > label {
color: #375a7f;
}