Skip to content

Commit

Permalink
! Fix incorrect selector (meant to be multiple targets not nested) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE authored Dec 19, 2022
1 parent 2f2ce0f commit a09a94a
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions src/renderer/themes.css
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit a09a94a

Please sign in to comment.