We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f6153 commit dcc799eCopy full SHA for dcc799e
src/styles/app.pcss
@@ -157,11 +157,15 @@ button:disabled {
157
@apply block text-gray-700 text-sm font-bold mb-2;
158
}
159
160
-.preview input {
161
- @apply block appearance-none border rounded w-full py-2 px-3 mb-2 text-gray-700 leading-tight;
+.preview input,
+.preview textarea,
162
+.preview select {
163
+ @apply block appearance-none border rounded w-full py-2 px-3 mb-2 bg-white text-gray-700 leading-tight;
164
165
166
.preview input:focus,
167
+.preview textarea:focus,
168
+.preview select:focus,
169
.preview button:focus {
170
@apply outline-none border border-gray-700;
171
0 commit comments