Skip to content

Commit

Permalink
map color vars to color palette
Browse files Browse the repository at this point in the history
+misc
  • Loading branch information
Metro420yt committed Oct 19, 2024
1 parent 7f15411 commit a627451
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions stuff/_activity.scss
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
}
}

//twitch
&:has([src*="/previews-ttv/"]) {
&::before {
content: "";
Expand Down
5 changes: 5 additions & 0 deletions stuff/_member-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,11 @@
}
}

//full profile tabs
.tabBar_ecc04c {
margin-bottom: 4px;
}

.accountBtnInner_ec99f9[aria-label="Battle.net"],
.accountButtonInner_e2a436[aria-label="Battle.net"],
.accountButtonInner_e2a436[aria-label="Battle.net"]:hover,
Expand Down
9 changes: 9 additions & 0 deletions stuff/_other.scss
Original file line number Diff line number Diff line change
Expand Up @@ -620,4 +620,13 @@

.theme-dark {
--card-secondary-bg: var(--background-secondary);

--theme-base-color: var(--background-tertiary);
--theme-base-color-amount: 100%;

--bg-base-primary: var(--background-primary);
--bg-base-secondary: var(--background-secondary);
--bg-base-tertiary: var(--background-tertiary);

--bg-surface-raised: var(--background-tertiary);
}

0 comments on commit a627451

Please sign in to comment.