aboutsummaryrefslogtreecommitdiff
path: root/src/styles/input.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/input.css')
-rw-r--r--src/styles/input.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/styles/input.css b/src/styles/input.css
index a18cce32..df6603c2 100644
--- a/src/styles/input.css
+++ b/src/styles/input.css
@@ -1,5 +1,6 @@
input,
-select {
+select,
+textarea {
cursor: pointer;
position: relative;
background-color: var(--base01);
@@ -18,7 +19,8 @@ select {
@media (prefers-color-scheme: dark) {
input,
- select {
+ select,
+ textarea {
background-color: var(--base07);
/* color: var(--base05); */
}