Skip to content

Commit

Permalink
Improve input field style (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored Sep 23, 2022
1 parent 91c66c0 commit 963f868
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions source/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
:root {
--margin: 8px;
--ext-icon-margin: 0.3em;
color-scheme: light dark;
}

body {
Expand All @@ -18,10 +19,6 @@ body[data-type='popup'] {
input {
box-sizing: border-box;
width: 100%;
font: inherit;
background-color: transparent;
color: inherit;
border: solid 1px;
padding: 0.2em 0.4em;
}

Expand Down

0 comments on commit 963f868

Please sign in to comment.