added accents for form
This commit is contained in:
parent
fc653073c1
commit
fcd027628f
|
|
@ -21,11 +21,13 @@ textarea {
|
||||||
border: none;
|
border: none;
|
||||||
max-width: 41em;
|
max-width: 41em;
|
||||||
font-family: body;
|
font-family: body;
|
||||||
|
accent-color: #f29602;
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
border: none;
|
border: none;
|
||||||
font-family: body;
|
font-family: body;
|
||||||
|
accent-color: #f29602;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="radio"] {
|
input[type="radio"] {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue