Skip to content

Commit

Permalink
unemphasize alert color in guild icon stream mode
Browse files Browse the repository at this point in the history
resolves #58
  • Loading branch information
accrazed committed Oct 9, 2021
1 parent e5fd0cb commit 6883e02
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 5 additions & 2 deletions NieR-Import.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@ strong {
background-color: transparent;
}

.guildSeparator-33mFX6 {
.guildSeparator-EOYZLM {
height: 0;
}

Expand Down Expand Up @@ -2966,10 +2966,13 @@ strong {
.base-PmTxvP,
.liveLarge-3zs2Zq {
border-radius: 0;
background: var(--color-alert) !important;
color: var(--color-high);
}

.iconBadge-1N56q1 {
background-color: var(--color-low);
}

.theme-dark .quickSelectArrow-1QublR {
-webkit-mask: url("https://discord.com/assets/f58cf3b8fc79e9d671ab649ab37651a9.svg");
mask: url("https://discord.com/assets/f58cf3b8fc79e9d671ab649ab37651a9.svg");
Expand Down
2 changes: 1 addition & 1 deletion src/guilds/_guilds.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.scroller-1Bvpku {
background-color: transparent;
}
.guildSeparator-33mFX6 {
.guildSeparator-EOYZLM {
height: 0;
}
.listItem-GuPuDH .svg-1X37T1 foreignObject {
Expand Down
4 changes: 3 additions & 1 deletion src/voice-video/voice-video.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,11 @@
.base-PmTxvP,
.liveLarge-3zs2Zq {
border-radius: 0;
background: $alert !important;
color: $high;
}
.iconBadge-1N56q1 {
background-color: $low;
}
// Select Region arrow in videocall
.theme-dark .quickSelectArrow-1QublR {
@include remask("https://discord.com/assets/f58cf3b8fc79e9d671ab649ab37651a9.svg", $low);
Expand Down

0 comments on commit 6883e02

Please sign in to comment.