removing unecessary green color on forms
This commit is contained in:
parent
a5bb661329
commit
9276222a20
|
|
@ -34,7 +34,7 @@ form:not(.metabox-location-side):not(.metabox-location-normal):not(.metabox-loca
|
|||
textarea,
|
||||
input:not([type='submit']):not(.gform_next_button, .gform_previous_button) {
|
||||
/* @apply !border-neutral-400 !text-lg !text-neutral-900 !font-semibold !border; */
|
||||
@apply !border-neutral-400 !text-lg !text-green-900 !font-semibold !border;
|
||||
@apply !border-neutral-400 !text-lg !font-semibold !border;
|
||||
line-height: 1 !important;
|
||||
|
||||
&:focus {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user