From 44dfa76f31e709687641d1b884e588973f9e0fb1 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Mon, 25 Apr 2022 15:04:54 +0000 Subject: [PATCH] test --- themes/learn2/css/custom.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/learn2/css/custom.css b/themes/learn2/css/custom.css index 12f967b..50f9c00 100644 --- a/themes/learn2/css/custom.css +++ b/themes/learn2/css/custom.css @@ -35,6 +35,7 @@ Put your custom CSS in this file. /* searchbox placeholder text */ #sidebar #header .searchbox input::placeholder { - color: rgba(220, 220, 220, 0.8); + /*color: rgba(220, 220, 220, 0.8);*/ + color: #f00; /*opacity: 1;*/ }