Skip to content

Commit

Permalink
use CSS accent color for inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-peugnet committed Nov 26, 2023
1 parent 585ed7c commit 811b90d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ body {

input, textarea, button, select {
border: none;
accent-color: var(--main-color);
}

input, textarea {
Expand Down

0 comments on commit 811b90d

Please sign in to comment.