From 6e7a5352f7e20f8310be79499df9b5ac9ae99f07 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Fri, 19 Jun 2020 21:17:39 +1200 Subject: [PATCH] Update tertiary colour to be accessible (4.63) --- src/renderer/themes.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/themes.css b/src/renderer/themes.css index 27b3ac37..6e082cd3 100644 --- a/src/renderer/themes.css +++ b/src/renderer/themes.css @@ -20,7 +20,7 @@ .dark { --primary-text-color: #EEEEEE; --secondary-text-color: #ddd; - --tertiary-text-color: #888; + --tertiary-text-color: #999; --primary-input-color: rgba(0, 0, 0, 0.50); --primary-shadow-color: rgba(0, 0, 0, 0.75); --title-color: #EEEEEE;