From ca50819948920e5c8660767df32125285fd73b9a Mon Sep 17 00:00:00 2001 From: Ben Klein Date: Wed, 5 May 2021 06:09:37 +0000 Subject: [PATCH] client/css/tag-input-control: dark suggest header --- client/css/tag-input-control.styl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/css/tag-input-control.styl b/client/css/tag-input-control.styl index 4322bd39..66e060bc 100644 --- a/client/css/tag-input-control.styl +++ b/client/css/tag-input-control.styl @@ -152,6 +152,8 @@ div.tag-input, ul.compact-tags background: $window-color-darktheme ul li:last-child border-bottom: 0.5em solid alpha($window-color-darktheme, 0) + p + background: darken($tag-suggestions-header-color, 80%) .append color: $inactive-link-color-darktheme div.tag-input, ul.compact-tags