From f808e6acde025e39a9f6ec164cb52db1c673b2c4 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Thu, 31 Dec 2020 17:26:10 -0500 Subject: [PATCH] Improve contrast of dark theme tag text color (#1192) --- ext/mixed/css/display.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css index 6f5af7a8..d0607147 100644 --- a/ext/mixed/css/display.css +++ b/ext/mixed/css/display.css @@ -164,7 +164,7 @@ --pitch-accent-annotation-color: #ffffff; - --tag-text-color: #e1e1e1; + --tag-text-color: #f1f1f1; --tag-border-color: transparent; --tag-default-background-color: #69696e; --tag-name-background-color: #489148;