Skip to content

Commit

Permalink
Improve placeholder color in firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Aug 7, 2024
1 parent b289d32 commit 5939df9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/css/code/finder.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@

#finder input::placeholder {
font-weight: normal;
opacity: 1;
}

#finder input:focus {
Expand Down
1 change: 1 addition & 0 deletions src/css/ui/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ textarea {

::placeholder {
color: var(--u-color_text_subdued);
opacity: 1;
}

li::marker {
Expand Down

0 comments on commit 5939df9

Please sign in to comment.