Update tertiary colour to be accessible (4.63)

This commit is contained in:
Cadence Ember 2020-06-19 21:17:39 +12:00
parent 700f210b9c
commit 6e7a5352f7
No known key found for this signature in database
GPG Key ID: 128B99B1B74A6412

View File

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