Alter red theme text color to white

This commit is contained in:
Jason Henriquez 2024-04-26 22:22:57 -05:00
parent c3ca8912ed
commit a335b80f05
1 changed files with 2 additions and 2 deletions

View File

@ -266,6 +266,7 @@ it can be safely elided. This looks quite pleasant on this theme. */
text-decoration: underline;
}
.mainRed,
.mainPink,
.mainPurple,
.mainDeepPurple,
@ -280,7 +281,6 @@ it can be safely elided. This looks quite pleasant on this theme. */
--logo-text-bar-color: url("../../_icons/textWhiteSmall.svg");
}
.mainRed,
.mainLightGreen,
.mainLime,
.mainYellow,
@ -550,6 +550,7 @@ it can be safely elided. This looks quite pleasant on this theme. */
--primary-color-active: #8d98e4;
}
.secRed,
.secPink,
.secPurple,
.secDeepPurple,
@ -562,7 +563,6 @@ it can be safely elided. This looks quite pleasant on this theme. */
--text-with-accent-color: #FFF;
}
.secRed,
.secLightGreen,
.secLime,
.secYellow,