Lighter font in darkmode

This commit is contained in:
Piotr Rogowski 2023-05-07 14:12:41 +02:00
parent 1ba1d6b9e4
commit 924d2f4c8b
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
/* For readability concerns, you should choose a lighter palette in dark mode. */
[data-theme='dark'] {
--ifm-color-primary: #585ff0;
--ifm-color-primary: #666ded;
--ifm-color-primary-dark: #21af90;
--ifm-color-primary-darker: #1fa588;
--ifm-color-primary-darkest: #1a8870;