! Fix incorrect selector (meant to be multiple targets not nested) (#2962)

This commit is contained in:
PikachuEXE 2022-12-20 04:57:26 +08:00 committed by GitHub
parent 2f2ce0f67a
commit a09a94ac03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 28 deletions

View File

@ -137,26 +137,26 @@
--logo-text: url("../../_icons/textCatppuccinMochaLightSmall.png");
}
.mainRed
.mainPink
.mainPurple
.mainDeepPurple
.mainIndigo
.mainBlue
.mainLightBlue
.mainCyan
.mainTeal
.mainRed,
.mainPink,
.mainPurple,
.mainDeepPurple,
.mainIndigo,
.mainBlue,
.mainLightBlue,
.mainCyan,
.mainTeal,
.mainGreen {
--text-with-main-color: #FFFFFF;
--logo-icon-bar-color: url("../../_icons/iconWhite.png");
--logo-text-bar-color: url("../../_icons/textWhite.png");
}
.mainLightGreen
.mainLime
.mainYellow
.mainAmber
.mainOrange
.mainLightGreen,
.mainLime,
.mainYellow,
.mainAmber,
.mainOrange,
.mainDeepOrange {
--text-with-main-color: #000000;
--logo-icon-bar-color: url("../../_icons/iconBlackSmall.png");
@ -421,24 +421,24 @@
--primary-color-active: #8d98e4;
}
.secRed
.secPink
.secPurple
.secDeepPurple
.secIndigo
.secBlue
.secLightBlue
.secCyan
.secTeal
.secRed,
.secPink,
.secPurple,
.secDeepPurple,
.secIndigo,
.secBlue,
.secLightBlue,
.secCyan,
.secTeal,
.secGreen {
--text-with-accent-color: #FFFFFF;
}
.secLightGreen
.secLime
.secYellow
.secAmber
.secOrange
.secLightGreen,
.secLime,
.secYellow,
.secAmber,
.secOrange,
.secDeepOrange {
--text-with-accent-color: #000000;
}