Improve the accent color for the dark theme (#1139)

This commit is contained in:
toasted-nutbread 2020-12-19 18:51:44 -05:00 committed by GitHub
parent af9b4d2b93
commit 8454431cdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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