Skip to content

Commit

Permalink
feat: Improve form field styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
Starciad committed Jan 24, 2024
1 parent e882dc1 commit a7954f4
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions styles/elements/forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,23 @@ label {
}

select {
color: black;
color: #c9d1c3;

font-weight: bold;

width: 100%;
padding: 12px 20px;
margin: 8px 0;
box-sizing: border-box;
border-radius: 16px;

border-color: #494e57;
border-radius: 8px;

background-color: #21262d;
}

option {
color: black;
color: #c9d1c3;

font-size: 18px;

Expand All @@ -54,5 +60,5 @@ input {
padding: 12px 20px;
margin: 8px 0;
box-sizing: border-box;
border-radius: 16px;
border-radius: 8px;
}

0 comments on commit a7954f4

Please sign in to comment.