mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
ui: Fix dark theme color for form help text
- Use the right CSS variable. Tests: - In a form, the help text for an input is unchanged in light mode. And in dark mode, it is more appropriate. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
b166404b0a
commit
d6b5b3bed2
@ -71,7 +71,7 @@ h6:not(:first-child) {
|
|||||||
display: block;
|
display: block;
|
||||||
margin-top: 0.3125rem;
|
margin-top: 0.3125rem;
|
||||||
margin-bottom: 0.625rem;
|
margin-bottom: 0.625rem;
|
||||||
color: var(--bs-secondary);
|
color: var(--bs-secondary-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* .close was renamed to .alert-dismissable.btn-close in Bootstrap 5, needs
|
/* .close was renamed to .alert-dismissable.btn-close in Bootstrap 5, needs
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user