From 12d410b5a87fd4b06bf540b809e0ec8c3e8944ea Mon Sep 17 00:00:00 2001 From: RealStickman Date: Mon, 25 Apr 2022 14:59:09 +0000 Subject: [PATCH] Light searchbox label --- themes/learn2/css/custom.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/themes/learn2/css/custom.css b/themes/learn2/css/custom.css index 3a24f3c..94d88e2 100644 --- a/themes/learn2/css/custom.css +++ b/themes/learn2/css/custom.css @@ -14,6 +14,7 @@ Put your custom CSS in this file. background-color: #111314; } +/* search box in sidebar */ #sidebar #header .searchbox { background: #262c31; border-color: #530e64; @@ -21,11 +22,11 @@ Put your custom CSS in this file. border-width: 2px; } -/* #sidebar #header .searchbox label { - color: rgba(0, 0, 0, 0.8); + color: rgba(200, 200, 200, 0.8); } +/* #sidebar #header .searchbox input { color: #000; }