Fix hard-to-see text colours in tags

This commit is contained in:
Gordon 2021-04-29 20:11:59 +01:00
parent 0589f3dc4d
commit 1cc6352008

View File

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