Skip to content

Commit

Permalink
ok discord I get it
Browse files Browse the repository at this point in the history
  • Loading branch information
BabyBoySnow committed Oct 16, 2024
1 parent a7a3752 commit 3e45f5f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/selectors/selectorPlaceholders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4230,6 +4230,12 @@ pre {
.emptyText_f02fcf {
@extend %emptyActiveNowText !optional;
}
.wrapper_a18c91 {
@extend %promotedQuestActivity !optional;
}
.promotedTagBackground_a4a2b0 {
@extend %promotedQuestPill !optional;
}
.button_a24e84 {
@extend %quickReactButton !optional;
}
Expand Down
9 changes: 9 additions & 0 deletions src/home/friends.scss
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,15 @@
color: hsla(0, 0%, 100%, 0.3);
}

// PROMOTED QUEST
%promotedQuestActivity {
background-color: hsla(0, 0%, 0%, 0.4);
}
%promotedQuestPill {
background-color: rgba(0, 0, 0, calc($bg-shading * 0.8));
color: var(--text-normal);
}

// DM USER PROFILE
%userProfileOuterUnthemed {
background-color: hsla(0, 0%, 0%, 0.4);
Expand Down

0 comments on commit 3e45f5f

Please sign in to comment.