Use full white logo instead of filter
This commit is contained in:
parent
87e0f132d1
commit
f2d7ef41da
|
@ -40,12 +40,10 @@
|
|||
.bd-profileBadgeDeveloper,
|
||||
.bd-profileBadgeWebdev,
|
||||
.bd-profileBadgeContributor {
|
||||
background-image: $logoSmallBw;
|
||||
filter: brightness(10);
|
||||
background-image: $logoSmallWw;
|
||||
|
||||
.theme-light [class*='topSectionNormal-'] .bd-profileBadgesProfileModal > &, // sass-lint:disable-line force-element-nesting class-name-format
|
||||
.theme-light :not(.bd-profileBadgesProfileModal) > & { // sass-lint:disable-line class-name-format
|
||||
background-image: $logoSmallLight;
|
||||
filter: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue