Update BlurpleRecolor.css

This commit is contained in:
Mirco Wittrien 2020-10-09 17:33:33 +02:00
parent 2fda37cfbb
commit a10b50c3d5
1 changed files with 6 additions and 9 deletions

View File

@ -663,22 +663,19 @@
background: rgb(255, 255, 255) linear-gradient(90deg, rgb(var(--vaccentcolor)), rgba(var(--vaccentcolor), 0.5) 75.25%);
}
.headerTier1-2Ckjmd { /* submodal tier1 header */
background-color: rgb(var(--vaccentcolor));
}
.headerTier1-2Ckjmd .wrapper-1P_m9K image:not([width="170px"]) {
display: none !important;
}
.headerTier1-2Ckjmd, /* submodal tier1 header */
.tier1HeaderBackground-3LjWgU { /* submodal tier1 bg */
background-color: rgb(var(--vaccentcolor));
}
.headerTier1-2Ckjmd .wrapper-1P_m9K image:not([width="170px"]),
.tier1HeaderBackground-3LjWgU .wrapper-1P_m9K image:not([width="170px"]) {
display: none !important;
}
.tier1-1ttHRY.banner-3Kac2g {
background: rgb(255, 255, 255) linear-gradient(90deg, rgb(var(--vaccentcolor)), rgba(var(--vaccentcolor), 0.5) 75.25%);
}
.headerTier2-3FKMxd { /* submodal tier2 header */
background: #ffcd4b linear-gradient(45deg, rgb(var(--vaccentcolor)), rgba(var(--vaccentcolor), 0.5));
}
.headerTier2-3FKMxd, /* submodal tier2 header */
.tier2HeaderBackground-2BUqcl { /* submodal tier2 bg */
background: #ffcd4b linear-gradient(45deg, rgb(var(--vaccentcolor)), rgba(var(--vaccentcolor), 0.5));
}