From 9ab94f20c200f7e79297b9cbb7d654b8fba67115 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 2 Apr 2024 22:28:14 -0700 Subject: feat(badges): custom css --- src/styles/input.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/styles/input.css') 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); */ } -- cgit v1.2.3