Tweak dark theme text colors a bit more

This commit is contained in:
SpiritCroc 2024-10-18 18:15:42 +02:00
parent 915e74ae7a
commit 8069120847

View File

@ -5,8 +5,8 @@
*/
.cpd-theme-dark.cpd-theme-dark {
--cpd-color-text-primary: #ffffff;
--cpd-color-text-secondary: rgba(255, 255, 255, 0.7);
--cpd-color-text-primary: rgba(255, 255, 255, 0.9);
--cpd-color-text-secondary: rgba(255, 255, 255, 0.65);
/* TODO?
--cpd-color-alpha-green-1400: hsla(152, 88%, 94%, 0.96);
--cpd-color-alpha-green-1300: hsla(152, 93%, 88%, 0.91);