This commit is contained in:
Mirco Wittrien 2021-02-06 18:36:26 +01:00
parent 17810c184e
commit f2235a2a16
2 changed files with 26 additions and 0 deletions

View File

@ -2350,6 +2350,19 @@ body::before {
fill: rgb(var(--fontwhite1));
}
.bd-social-logo {
opacity: 1;
background: rgb(var(--fontwhite3));
-webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/settings_icons_betterdiscord.svg) center/contain no-repeat;
transition: background .15s ease;
}
.bd-social-link:hover .bd-social-logo {
background: rgb(var(--fontwhite1));
}
.bd-social-logo > * {
display: none;
}
#app-mount .closeButton-1tv5uR { /* closebutton item */
border-color: rgb(var(--fontwhite4));
}

View File

@ -2075,6 +2075,19 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
fill: var(--header-primary);
}
.bd-social-logo {
opacity: 1;
background: var(--text-muted);
-webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/settings_icons_betterdiscord.svg) center/contain no-repeat;
transition: background .15s ease;
}
.bd-social-link:hover .bd-social-logo {
background: var(--header-primary);
}
.bd-social-logo > * {
display: none;
}
/* ~~~~ 9. GUILDSETTINGS ~~~~ */