From 528d8280375e70cf59d5952730ae52c36cad045f Mon Sep 17 00:00:00 2001 From: Simon Grim Date: Wed, 23 Mar 2016 22:06:22 +0500 Subject: [PATCH] fix mentions autocomplete color in original theme --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index ec674c0..fa38bba 100644 --- a/css/style.css +++ b/css/style.css @@ -2337,7 +2337,7 @@ ul.dropdown-menu .active, ul.dropdown-menu .active a { } ul.dropdown-menu li a { - font-weight: black; + color: black; }