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; }