This commit is contained in:
Mirco Wittrien 2021-05-11 09:45:18 +02:00
parent 989458d8a2
commit 378e14f2ee
2 changed files with 4 additions and 4 deletions

View File

@ -1917,10 +1917,10 @@ body::before {
} }
#app-mount .foreground-26ym5y { /* sidebar sideitemlink */ #app-mount .foreground-26ym5y { /* sidebar sideitemlink */
fill: var(--header-secondary); background: var(--interactive-normal);
} }
#app-mount .link-1IoFq-:hover .foreground-26ym5y { #app-mount .link-1IoFq-:hover .foreground-26ym5y {
fill: var(--header-primary); background: var(--interactive-active);
} }
.bd-social-link[title="BD" i] .bd-social-logo, .bd-social-link[title="BD" i] .bd-social-logo,

View File

@ -2045,10 +2045,10 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
} }
#app-mount .foreground-26ym5y { #app-mount .foreground-26ym5y {
fill: var(--text-muted); background: var(--interactive-normal);
} }
#app-mount .link-1IoFq-:hover .foreground-26ym5y { #app-mount .link-1IoFq-:hover .foreground-26ym5y {
fill: var(--header-primary); background: var(--interactive-active);
} }
.bd-social-link[title="BD" i] .bd-social-logo, .bd-social-link[title="BD" i] .bd-social-logo,