bradleytaunt/vanilla-css

Styling of input/forms

Closed this issue · 1 comments

Niek commented

Would be nice to have some kind of extra styling for form inputs. For example:

input {
  border:#000 1px solid var(--primary-color);
  padding: 0.5rem;
  background-color: var(--secondary-color);
}

Sorry for taking so long to get around to such a simple addition! You can find the basic input styling now support, via: c480670

Cheers!