Update border around inputs

This commit is contained in:
Robbie Antenesse 2019-05-31 11:07:17 -06:00
parent 13e36b7d92
commit 21f89eb564
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@
input, textarea, select, option {
background-color: $input-color;
border: 1px solid $dark;
}
.tag {