aboutsummaryrefslogtreecommitdiff
path: root/styles/global.css
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-02-08 18:09:57 +0100
committerlonkaars <l.leblansch@gmail.com>2021-02-08 18:09:57 +0100
commit8e2cd843a17ab77fe6f811d3aedfecb21d459f8c (patch)
treee995d74f999277eae0d78fe03b3b7ed1c659ee44 /styles/global.css
parent813e3dd1298776b0f0c178af44edf122d75d5a39 (diff)
added really epic search bar
Diffstat (limited to 'styles/global.css')
-rw-r--r--styles/global.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/styles/global.css b/styles/global.css
index 0152efd..2a82fa2 100644
--- a/styles/global.css
+++ b/styles/global.css
@@ -75,3 +75,7 @@ input::placeholder {
/* material-ui default state */
svg.MuiSvgIcon-root { transition: none !important; }
+input::placeholder { opacity: .75; }
+input.dark::placeholder { color: var(--text); }
+input.light::placeholder { color: var(--text-alt); }
+