Skip to content

Commit

Permalink
feat(discover): colorize quest background
Browse files Browse the repository at this point in the history
  • Loading branch information
orblazer committed Sep 9, 2024
1 parent dfbb2df commit adaaaa1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/styles/discover.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/* .pageWrapper_c182d3 {
background-color: var(--background-primary) !important;
} */
.card_eb1ca6,
.iconMask_eb1ca6 {
background-color: var(--background-secondary) !important;
Expand All @@ -26,3 +23,10 @@
.icon__77722 /* ("Join Hub" popup) */ {
background-image: url(svg('discover/hub.svg'));
}

/*
* > Quests
*/
.contentContainer_a56260 {
background: var(--background-primary) !important;
}

0 comments on commit adaaaa1

Please sign in to comment.