summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-12-19 18:51:44 -0500
committerGitHub <noreply@github.com>2020-12-19 18:51:44 -0500
commit8454431cdbc026e56c4879c5fc0133647a6f75ca (patch)
tree0c89db024c4f72e25de39269bbacea6ee7912443 /ext
parentaf9b4d2b93ac3ffe838881c940997bb659ee30d0 (diff)
Improve the accent color for the dark theme (#1139)
Diffstat (limited to 'ext')
-rw-r--r--ext/mixed/css/display.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css
index e6e3bccb..59e59263 100644
--- a/ext/mixed/css/display.css
+++ b/ext/mixed/css/display.css
@@ -141,7 +141,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;