Skip to content

Commit 0d79c26

Browse files
authored
let inputs and textareas follow theme coloring (#499)
Fixes bad contrast in dark mode at, e.g., /numeric-inputs
1 parent 6ba1de3 commit 0d79c26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/tutorial/common/src/app.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
input,
122122
textarea {
123123
background: var(--bg-1);
124+
color: inherit;
124125
}
125126

126127
select:not([multiple]) {

0 commit comments

Comments
 (0)