added background-color trasparent to inputs and buttons

background-color: transparent;
This commit is contained in:
westtle 2024-01-28 12:50:19 +07:00
parent 71b260f25d
commit 1d87ebabf1

View file

@ -17,5 +17,6 @@ button,
input,
textarea {
display: block;
background-color: transparent;
font: inherit;
}