57 lines
1.8 KiB
CSS
57 lines
1.8 KiB
CSS
/* ==UserStyle==
|
|
@name canary.discord.com - 11/16/2022, 8:15:47 PM
|
|
@namespace github.com/openstyles/stylus
|
|
@version 1.0.0
|
|
@description A new userstyle
|
|
@author Me
|
|
==/UserStyle== */
|
|
|
|
@-moz-document domain("canary.discord.com") {
|
|
[class*="userProfileOuterThemed"] {
|
|
--profile-gradient-primary-color: var(--background-secondary-alt) !important;
|
|
--profile-gradient-secondary-color: var(--background-secondary-alt) !important;
|
|
--profile-gradient-button-color: var(--button-secondary-background) !important;
|
|
--profile-gradient-overlay-color: transparent !important;
|
|
--profile-body-background-color: var(--background-floating) !important;
|
|
--profile-body-background-hover: var(--background-modifier-hover) !important;
|
|
--profile-body-divider-color: var(--background-modifier-accent) !important;
|
|
--profile-avatar-border-color: var(--background-secondary-alt) !important;
|
|
--profile-message-input-border-color: var(--background-modifier-accent) !important;
|
|
--profile-role-pill-background-color: var(--background-secondary-alt) !important;
|
|
--profile-role-pill-border-color: var(--interactive-normal) !important;
|
|
padding: 0 !important;
|
|
}
|
|
|
|
[class^=rolePillBorder] {
|
|
border: none;
|
|
}
|
|
|
|
[class*="avatarPositionPremiumNoBanner"] {
|
|
left: 18px;
|
|
top: 42px;
|
|
}
|
|
|
|
[class^="avatarDecoration"] {
|
|
display: none;
|
|
}
|
|
|
|
[class^="burstGlow"], [class^="effectsWrapper"] {
|
|
display: none;
|
|
}
|
|
|
|
[class*="shakeReaction"] {
|
|
animation: none !important;
|
|
}
|
|
|
|
[class^=reaction-] {
|
|
background: var(--background-secondary) !important;
|
|
}
|
|
|
|
[class^=reactionCount] {
|
|
color: var(--interactive-normal) !important;
|
|
}
|
|
|
|
[class^=hideEmoji] {
|
|
opacity: 1 !important;
|
|
}
|
|
}
|