Skip to content

Commit 009dc16

Browse files
committed
Fix colors on forms
1 parent 0a0eec3 commit 009dc16

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

assets/assets/css/base.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,9 +354,11 @@ body.dark {
354354

355355
textarea, input {
356356
background-color: $dark-dp-1;
357+
color: inherit;
357358

358359
&:focus, &:active {
359360
background-color: $dark-dp-1;
361+
color: inherit;
360362
}
361363

362364
&::placeholder {

0 commit comments

Comments
 (0)