|
@@ -160,6 +160,7 @@ input[type=text], input[type=email]{
|
|
|
width: 100%;
|
|
|
border: 1px solid var(--c-txt-alt);
|
|
|
border-width: 0 0 1px 0;
|
|
|
+ background-color: transparent;
|
|
|
}
|
|
|
|
|
|
textarea {
|
|
@@ -167,7 +168,7 @@ textarea {
|
|
|
max-width: 100%;
|
|
|
padding: 2px 6px;
|
|
|
border: 1px solid var(--c-txt-alt);
|
|
|
-
|
|
|
+ background-color: transparent;
|
|
|
}
|
|
|
|
|
|
// Global layouts
|