fix textareas

This commit is contained in:
Harvey Tindall
2022-01-01 02:17:24 +00:00
parent 7e0e0b0520
commit dd5eecf9f9
4 changed files with 31 additions and 18 deletions

View File

@@ -391,6 +391,10 @@ select, textarea {
-moz-appearance: none;
}
html.dark textarea {
background-color: #202020
}
input {
color: inherit;
border: 0 solid var(--color-neutral-300);
@@ -532,3 +536,7 @@ div.card:contains(section.banner.footer) {
.pb-0i {
padding-bottom: 0px !important
}
.text-center-i {
text-align: center !important;
}