Gave black text color to light grey background.

This commit is contained in:
fdarcey 2023-11-30 12:32:59 -07:00
parent 81f26c78b0
commit 0cdcbb3a88
1 changed files with 6 additions and 0 deletions

View File

@ -262,6 +262,9 @@ it can be safely elided. This looks quite pleasant on this theme. */
--logo-icon-bar-color: url("../../_icons/iconBlackSmall.png");
--logo-text-bar-color: url("../../_icons/textBlackSmall.png");
}
.mainLightGray {
--text-with-main-color: #000000;
}
.mainDarkGray {
--text-with-main-color: #FFFFFF;
}
@ -557,6 +560,9 @@ it can be safely elided. This looks quite pleasant on this theme. */
.secDeepOrange {
--text-with-accent-color: #000000;
}
.secLightGray {
--text-with-accent-color: #000000;
}
.secDarkGray {
--text-with-accent-color: #FFFFFF;
}