Skip to content

Commit

Permalink
Fix hint text visibility in dark mode (#205)
Browse files Browse the repository at this point in the history
Co-authored-by: lupusA <[email protected]>
  • Loading branch information
lupusA and lupusA committed Oct 19, 2023
1 parent ca4c638 commit 44ad26d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ body {
color: var(--color-text-form-help)
}

#kopia .form-control::placeholder {
color: var(--color-text-form-help);
}

#kopia .accordion-body,
#kopia .accordion-button:not(.collapsed) {
color: var(--color-text-body);
Expand Down

0 comments on commit 44ad26d

Please sign in to comment.