Skip to content

Commit

Permalink
let inputs and textareas follow theme coloring (#499)
Browse files Browse the repository at this point in the history
Fixes bad contrast in dark mode at, e.g., /numeric-inputs
  • Loading branch information
rdickert committed Dec 15, 2023
1 parent 6ba1de3 commit 0d79c26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/tutorial/common/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
input,
textarea {
background: var(--bg-1);
color: inherit;
}

select:not([multiple]) {
Expand Down

1 comment on commit 0d79c26

@vercel
Copy link

@vercel vercel bot commented on 0d79c26 Dec 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.