Update BasicBackground.css
This commit is contained in:
parent
74d2790210
commit
c843ce9cd6
|
@ -611,23 +611,23 @@ body::after {
|
|||
|
||||
/* ---- 5.2. CHANNELS ---- */
|
||||
|
||||
.wrapper-NhbLHG:hover .content-1gYQeQ { /* channel content */
|
||||
.wrapper-NhbLHG:hover .link-1_kTxV { /* channel content */
|
||||
background-color: rgba(var(--transparencycolor), .2);
|
||||
}
|
||||
.wrapper-NhbLHG:hover .content-1gYQeQ [style*="color: var(--text-muted)"] {
|
||||
.wrapper-NhbLHG:hover .link-1_kTxV [style*="color: var(--text-muted)"] {
|
||||
color: var(--header-secondary) !important;
|
||||
}
|
||||
.modeSelected-3DmyhH .content-1gYQeQ,
|
||||
.modeSelected-3DmyhH:hover .content-1gYQeQ {
|
||||
.modeSelected-3DmyhH .link-1_kTxV,
|
||||
.modeSelected-3DmyhH:hover .link-1_kTxV {
|
||||
background-color: rgb(var(--accentcolor));
|
||||
text-shadow: 1px 1px var(--textshadow);
|
||||
}
|
||||
.modeSelected-3DmyhH .content-1gYQeQ [style*="color: var(--text-muted)"],
|
||||
.modeSelected-3DmyhH:hover .content-1gYQeQ [style*="color: var(--text-muted)"] {
|
||||
.modeSelected-3DmyhH .link-1_kTxV [style*="color: var(--text-muted)"],
|
||||
.modeSelected-3DmyhH:hover .link-1_kTxV [style*="color: var(--text-muted)"] {
|
||||
color: var(--header-secondary) !important;
|
||||
}
|
||||
.modeSelected-3DmyhH .content-1gYQeQ svg,
|
||||
.modeSelected-3DmyhH:hover .content-1gYQeQ svg {
|
||||
.modeSelected-3DmyhH .link-1_kTxV svg,
|
||||
.modeSelected-3DmyhH:hover .link-1_kTxV svg {
|
||||
filter: drop-shadow(1px 1px var(--textshadow));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue