This commit is contained in:
Mirco Wittrien 2020-03-25 23:00:13 +01:00
parent 910acc0c41
commit 19b0e4d92e
2 changed files with 55 additions and 12 deletions

View File

@ -734,6 +734,9 @@ body:before {
/* ---- 6.2. MESSAGES ---- */
.base-19D3Qq { /* welcomemessage */
padding-bottom: 0;
}
.base-34jWEe h1 { /* welcomemessage dmchannel */
color: rgb(var(--fontwhite1));
}
@ -872,6 +875,7 @@ body:before {
#app-mount .mentioned-xhSam7.cozy-3raOZG .header-23xsNx:after {
border-right-color: rgba(var(--vaccentcolor), calc(var(--vmessagetransparency) * 100000000000000000000000000000));
}
.zalgo-jN1Ica .messageContent-2qWWxC,
.zalgo-jN1Ica.cozy-3raOZG .header-23xsNx {
overflow: visible;
}
@ -1058,6 +1062,10 @@ body:before {
background-color: rgba(var(--vtransparencycolor), 0.8);
}
#app-mount .wrapper-2TxpI8 { /* attachment videowrapper */
background-color: rgba(var(--vtransparencycolor), 0.3);
}
#app-mount .embedSuppressButton-1FonMn { /* attachment closebutton */
color: rgb(var(--fontwhite3));
}
@ -1915,7 +1923,8 @@ body:before {
#app-mount .sectionSeparator-2OWiNT { /* guilddiscovery separator */
border-top-color: rgba(var(--fontwhite4), 0.3);
}
#app-mount .pageButton-MknE-_:hover { /* guilddiscovery pagebutton */
/* guilddiscovery pagebutton */
#app-mount .pageButton-MknE-_:not(.activeButton-1BJAiN):hover {
background-color: rgba(var(--vtransparencycolor), 0.3);
color: rgb(var(--fontwhite1));
}
@ -3853,10 +3862,12 @@ body:before {
box-sizing: border-box;
}
#app-mount #bda-qem {
background-color: rgb(var(--vtransparencycolor), 0.3);
overflow: hidden;
padding: 0 !important;
}
#app-mount #bda-qem button {
background-color: transparent;
border: none;
border-radius: 0;
box-shadow: none;

View File

@ -157,57 +157,89 @@
}
[style*="background-color: rgb(255, 115, 250)"],
[style*="background: rgb(255, 115, 250)"],
[style*="background-color: #ff73fa"],
[style*="background: #ff73fa"],
[style*="background-color: #FF73FA"],
[style*="background: #FF73FA"],
[background-color="rgb(255, 115, 250)"],
[background="rgb(255, 115, 250)"],
[background-color="#ff73fa"],
[background="#ff73fa"],
[background-color="#FF73FA"],
[background="#FF73FA"],
[style*="background-color: rgb(114, 137, 218)"],
[style*="background: rgb(114, 137, 218)"],
[style*="background-color: #7289da"],
[style*="background: #7289da"],
[style*="background-color: #7289DA"],
[style*="background: #7289DA"],
[background-color="rgb(114, 137, 218)"],
[background="rgb(114, 137, 218)"],
[background-color="#7289da"],
[background-color="#7289DA"] {
[background="#7289da"],
[background-color="#7289DA"],
[background="#7289DA"] {
background-color: rgb(var(--vaccentcolor)) !important;
}
[style*="background-color: rgba(255, 115, 250, 0.9"],
[style*="background-color: rgba(114, 137, 218, 0.9"] {
[style*="background: rgba(255, 115, 250, 0.9"],
[style*="background-color: rgba(114, 137, 218, 0.9"],
[style*="background: rgba(114, 137, 218, 0.9"] {
background-color: rgba(var(--vaccentcolor), 0.9) !important;
}
[style*="background-color: rgba(255, 115, 250, 0.8"],
[style*="background-color: rgba(114, 137, 218, 0.8"] {
[style*="background: rgba(255, 115, 250, 0.8"],
[style*="background-color: rgba(114, 137, 218, 0.8"],
[style*="background: rgba(114, 137, 218, 0.8"] {
background-color: rgba(var(--vaccentcolor), 0.8) !important;
}
[style*="background-color: rgba(255, 115, 250, 0.7"],
[style*="background-color: rgba(114, 137, 218, 0.7"] {
[style*="background: rgba(255, 115, 250, 0.7"],
[style*="background-color: rgba(114, 137, 218, 0.7"],
[style*="background: rgba(114, 137, 218, 0.7"] {
background-color: rgba(var(--vaccentcolor), 0.7) !important;
}
[style*="background-color: rgba(255, 115, 250, 0.6"],
[style*="background-color: rgba(114, 137, 218, 0.6"] {
[style*="background: rgba(255, 115, 250, 0.6"],
[style*="background-color: rgba(114, 137, 218, 0.6"],
[style*="background: rgba(114, 137, 218, 0.6"] {
background-color: rgba(var(--vaccentcolor), 0.6) !important;
}
[style*="background-color: rgba(255, 115, 250, 0.5"],
[style*="background-color: rgba(114, 137, 218, 0.5"] {
[style*="background: rgba(255, 115, 250, 0.5"],
[style*="background-color: rgba(114, 137, 218, 0.5"],
[style*="background: rgba(114, 137, 218, 0.5"] {
background-color: rgba(var(--vaccentcolor), 0.5) !important;
}
[style*="background-color: rgba(255, 115, 250, 0.4"],
[style*="background-color: rgba(114, 137, 218, 0.4"] {
[style*="background: rgba(255, 115, 250, 0.4"],
[style*="background-color: rgba(114, 137, 218, 0.4"],
[style*="background: rgba(114, 137, 218, 0.4"] {
background-color: rgba(var(--vaccentcolor), 0.4) !important;
}
[style*="background-color: rgba(255, 115, 250, 0.3"],
[style*="background-color: rgba(114, 137, 218, 0.3"] {
[style*="background: rgba(255, 115, 250, 0.3"],
[style*="background-color: rgba(114, 137, 218, 0.3"],
[style*="background: rgba(114, 137, 218, 0.3"] {
background-color: rgba(var(--vaccentcolor), 0.3) !important;
}
[style*="background-color: rgba(255, 115, 250, 0.2"],
[style*="background-color: rgba(114, 137, 218, 0.2"] {
[style*="background: rgba(255, 115, 250, 0.2"],
[style*="background-color: rgba(114, 137, 218, 0.2"],
[style*="background: rgba(114, 137, 218, 0.2"] {
background-color: rgba(var(--vaccentcolor), 0.2) !important;
}
[style*="background-color: rgba(255, 115, 250, 0.1"],
[style*="background-color: rgba(114, 137, 218, 0.1"] {
[style*="background: rgba(255, 115, 250, 0.1"],
[style*="background-color: rgba(114, 137, 218, 0.1"],
[style*="background: rgba(114, 137, 218, 0.1"] {
background-color: rgba(var(--vaccentcolor), 0.1) !important;
}
[style*="background-color: rgba(255, 115, 250, 0.0"],
[style*="background-color: rgba(114, 137, 218, 0.0"] {
[style*="background: rgba(255, 115, 250, 0.0"],
[style*="background-color: rgba(114, 137, 218, 0.0"],
[style*="background: rgba(114, 137, 218, 0.0"] {
background-color: rgba(var(--vaccentcolor), 0) !important;
}