From 1cc6352008ce743e839c18fe39606ac432346909 Mon Sep 17 00:00:00 2001 From: Gordon Date: Thu, 29 Apr 2021 20:11:59 +0100 Subject: [PATCH] Fix hard-to-see text colours in tags --- src/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.css b/src/index.css index bee0728..0ca170c 100644 --- a/src/index.css +++ b/src/index.css @@ -240,8 +240,8 @@ body.vscode-dark .kanbn-task { .kanbn-task-tag { display: inline-block; background-color: var(--vscode-activityBar-inactiveForeground); - background-color: #555; - color: #ddd; + background-color: #999; + color: #333; font-size: 0.8em; font-weight: bold; padding: 2px 4px;