From 8e2cd843a17ab77fe6f811d3aedfecb21d459f8c Mon Sep 17 00:00:00 2001 From: lonkaars Date: Mon, 8 Feb 2021 18:09:57 +0100 Subject: added really epic search bar --- styles/global.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'styles') 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); } + -- cgit v1.2.3