Restored input hex values

This commit is contained in:
Roman Cervantes 2019-12-03 22:33:54 -07:00
parent 6b56438807
commit 0b3fbf67d2

View file

@ -1,7 +1,6 @@
textarea, input, select {
background: var(--primary-background);
border: 1px solid var(--primary-text-color);
color: var(--primary-text-color);
border: 1px solid #555555;
background: #fff;
border-radius: $border-radius;
height: 40px;
padding: 0 $gp / 2;