From 65352d609d975db1a9e17af8f4295d5fc42a7162 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sat, 19 Dec 2020 18:51:44 -0500 Subject: Improve the accent color for the dark theme (#1139) --- ext/mixed/css/display.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/mixed/css/display.css') diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css index b30c769a..4718bce7 100644 --- a/ext/mixed/css/display.css +++ b/ext/mixed/css/display.css @@ -131,7 +131,7 @@ /* Colors */ --background-color: #1e1e1e; --glossary-image-background-color: #2f2f2f; - --accent-color: #0275d8; + --accent-color: #4eacfd; --link-color: var(--accent-color); --default-text-color: #d4d4d4; -- cgit v1.2.3