themes
This commit is contained in:
parent
63c35c90ab
commit
8c38708ccd
|
@ -717,19 +717,30 @@ body::after {
|
|||
/* ---- 5.3. DMCHANNELS ---- */
|
||||
|
||||
.interactive-1vLZ_I:focus-within, /* dmchannel/page inner */
|
||||
.interactive-1vLZ_I:hover {
|
||||
.interactive-1vLZ_I:hover,
|
||||
.snowsgivingLink-1TZi3c:hover {
|
||||
background-color: rgba(var(--transparencycolor), .2);
|
||||
}
|
||||
.selected-3veCBZ,
|
||||
.selected-3veCBZ:focus-within,
|
||||
.selected-3veCBZ:hover {
|
||||
.selected-3veCBZ:hover,
|
||||
.snowsgivingLink-1TZi3c:active {
|
||||
background-color: rgb(var(--accentcolor));
|
||||
color: var(--header-primary);
|
||||
text-shadow: 1px 1px var(--textshadow);
|
||||
}
|
||||
.snowsgivingLink-1TZi3c {
|
||||
border-radius: 4px;
|
||||
}
|
||||
.selected-3veCBZ svg:not(.svg-2azL_l) {
|
||||
filter: drop-shadow(1px 1px var(--textshadow));
|
||||
}
|
||||
.snowsgivingLink-1TZi3c:active .snowsgivingIcon-3d0pr1 {
|
||||
filter: drop-shadow(1px 1px var(--textshadow));
|
||||
}
|
||||
.snowsgivingLink-1TZi3c:active .snowsgivingIcon-3d0pr1 path {
|
||||
fill: var(--header-primary);
|
||||
}
|
||||
|
||||
.empty-yQo7LQ { /* loadingplaceholders */
|
||||
fill: rgba(var(--transparencycolor), .4);
|
||||
|
|
|
@ -692,6 +692,9 @@
|
|||
|
||||
/* ~~~~ 4. PEOPLES ~~~~ */
|
||||
|
||||
.snowsgivingIcon-3d0pr1 path {
|
||||
fill: rgb(var(--accentcolor));
|
||||
}
|
||||
.container-2rNpDV { /* stagelive cover */
|
||||
background: rgb(255, 255, 255) linear-gradient(rgba(var(--accentcolor),.8) 75%, rgb(var(--accentcolor)) 75%, rgb(var(--accentcolor)));
|
||||
}
|
||||
|
|
|
@ -1042,10 +1042,14 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
|
||||
.selected-3veCBZ,
|
||||
.selected-3veCBZ:focus-within,
|
||||
.selected-3veCBZ:hover {
|
||||
.selected-3veCBZ:hover,
|
||||
.snowsgivingLink-1TZi3c:hover {
|
||||
background-color: var(--background-modifier-hover);
|
||||
color: var(--header-primary);
|
||||
}
|
||||
.snowsgivingLink-1TZi3c {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
/* ---- 2.4. ACCOUNT/VOICE/GOLIVE ---- */
|
||||
|
||||
|
|
Loading…
Reference in New Issue