Skip to content

Commit

Permalink
dark form #2
Browse files Browse the repository at this point in the history
  • Loading branch information
nyakotey committed Apr 22, 2022
1 parent f77ee66 commit 1b0c6bd
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions css/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,14 @@
}

/* create countdown form */
input[type="text"],input[type="datetime-local"]{
width: 65vmin;
padding: 3vmin;
border-radius: 2vmin;
border: var(--color-banner) solid 1px;
outline: none;
input[type="text"], input[type="datetime-local"] {
width: 65vmin;
padding: 3vmin;
border-radius: 2vmin;
border: var(--color-banner) solid 1px;
outline: none;
color: var(--color-text);
background: var(--color-muted);
}
input[type="submit"],.reset button{
padding: 2vmin 6vmin;
Expand Down

0 comments on commit 1b0c6bd

Please sign in to comment.