From c5e3d6a153a8e7853f3a60c7f79942b4a2b58e6d Mon Sep 17 00:00:00 2001 From: berrymot Date: Sun, 17 Dec 2023 14:42:45 -0800 Subject: [PATCH] still works --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 877d0b7..f957fec 100644 --- a/style.css +++ b/style.css @@ -133,7 +133,7 @@ body { #search:disabled::placeholder { color: rgba(var(--fg), var(--op-8)); } -#fakebox :not(input) { +#fakebox * { color: rgba(var(--fg), var(--op-c)); padding: 0; }