This commit is contained in:
Mirco Wittrien 2021-04-14 15:10:46 +02:00
parent 7fa4213608
commit b57f29decb
2 changed files with 4 additions and 1 deletions

View File

@ -3452,6 +3452,7 @@ img[src="/assets/cef02719c12d8aaf38894c16dca7fbe6.svg"] { /* rolesettings addr
#app-mount .closeButton-1tv5uR, /* modal closebutton */
#app-mount .close-hZ94c6 {
color: rgb(var(--fontwhite1));
z-index: 2;
}
#app-mount .guildName-3WI6ml, /* modal guildname */

View File

@ -344,7 +344,9 @@
/* textarea wave hand icon */
.animation-10aT2_ path[stroke="rgb(123,162,255)"],
.animation-10aT2_ path[stroke="rgb(123, 162, 255)"] {
.animation-10aT2_ path[stroke="rgb(123, 162, 255)"],
.animation-vamXOL path[stroke="rgb(123,162,255)"],
.animation-vamXOL path[stroke="rgb(123, 162, 255)"] {
stroke: rgb(var(--vaccentcolor)) !important;
}