fix: Improve form-text readability in Dark Mode
- Override Bootstrap default color for .form-text - Use var(--text-secondary) for better visibility - Ensures help text under form fields is readable
This commit is contained in:
parent
b218d111b6
commit
4f5e3dcd34
1 changed files with 4 additions and 0 deletions
|
|
@ -410,6 +410,10 @@ body {
|
|||
font-weight: 500;
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
.form-text {
|
||||
color: var(--text-secondary) !important;
|
||||
font-size: 13px;
|
||||
}
|
||||
.form-select option { background: var(--bg-elevated); }
|
||||
textarea.form-control { resize: vertical; min-height: 100px; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue