-
-
+
diff --git a/src/style.css b/src/style.css
index 26f943f..11130a1 100644
--- a/src/style.css
+++ b/src/style.css
@@ -14,9 +14,12 @@
button, a.button {
@apply py-0.5 px-2 border rounded bg-slate-600 hover:bg-slate-700;
}
- input {
+ input, select {
@apply border bg-slate-500 rounded px-1;
}
+ option {
+ @apply bg-slate-500;
+ }
textarea {
@apply border rounded bg-slate-500 w-full;
}