From 68588584fb7167f81114961b3d6ced11004ef5d4 Mon Sep 17 00:00:00 2001 From: Simon Grim Date: Wed, 23 Mar 2016 22:04:30 +0500 Subject: [PATCH] set mentions autocomplete color in original theme --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index 2466489..ec674c0 100644 --- a/css/style.css +++ b/css/style.css @@ -2336,6 +2336,10 @@ ul.dropdown-menu .active, ul.dropdown-menu .active a { cursor: pointer; } +ul.dropdown-menu li a { + font-weight: black; +} + .post-rt-reference { background-color: #FAFAFA;