From 1b4b9f337d96dc107ccbb3e4aa24429879c2c918 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Mon, 25 Apr 2022 14:55:14 +0000 Subject: [PATCH] Dark search bar --- 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 aca2450..ff3f3b6 100644 --- a/themes/learn2/css/custom.css +++ b/themes/learn2/css/custom.css @@ -9,16 +9,17 @@ Put your custom CSS in this file. background-color: #262c31; } +/* sidebar top portion */ #sidebar #header { background-color: #111314; } -/* #sidebar #header .searchbox { - background: #fff; + background: #262c31; border-radius: 0px; } +/* #sidebar #header .searchbox label { color: rgba(0, 0, 0, 0.8); }