Update DiscordRecolor.css

This commit is contained in:
Mirco Wittrien 2023-05-26 12:04:16 +02:00
parent efdbaf6f3c
commit c784a07ad5
1 changed files with 17 additions and 4 deletions

View File

@ -233,6 +233,7 @@ html {
6. CALL
5. PEOPLES
6. STORE/NITRO
1. BIRTHDAY PAGE
7. LIBRARY
8. DISCOVERY
9. USERSETTINGS
@ -1528,7 +1529,6 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
/* ~~~~ 5. PEOPLES ~~~~ */
#app-mount .container-2cd8Mz,
#app-mount .container-2cd8Mz {
background-color: var(--background-primary);
}
@ -1552,13 +1552,10 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
color: var(--header-primary);
}
#app-mount .outer-2JOHae.active-1W_Gl9,
#app-mount .outer-2JOHae.interactive-2zD88a:hover,
#app-mount .outer-2JOHae.active-1W_Gl9,
#app-mount .outer-2JOHae.interactive-2zD88a:hover {
background-color: var(--background-floating);
}
#app-mount .inset-SbsSFp,
#app-mount .inset-SbsSFp {
background-color: var(--background-secondary);
}
@ -1871,6 +1868,22 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
color: var(--header-primary);
}
/* ---- 6.1. BIRTHDAY PAGE ---- */
#app-mount .outerContainer-2qLQSo {
background-color: var(--background-primary);
}
#app-mount .outerContainer-2qLQSo .heroWrapper-20MPew {
overflow: hidden;
border-radius: 10px;
}
#app-mount .outerContainer-2qLQSo .birthdayExplanationWrapper-c5wg5T,
#app-mount .outerContainer-2qLQSo .flipCardOpened-hiYLHX,
#app-mount .outerContainer-2qLQSo .activityCard-3EABg3,
#app-mount .outerContainer-2qLQSo .celebrateCardContainer-MAdnBa {
background-color: var(--background-secondary);
}
/* ~~~~ 7. LIBRARY ~~~~ */