diff --git a/stuff/_activity.scss b/stuff/_activity.scss index 4f7b5b2..10511b3 100644 --- a/stuff/_activity.scss +++ b/stuff/_activity.scss @@ -148,6 +148,7 @@ } } + //twitch &:has([src*="/previews-ttv/"]) { &::before { content: ""; diff --git a/stuff/_member-list.scss b/stuff/_member-list.scss index e0b474c..fd5d411 100644 --- a/stuff/_member-list.scss +++ b/stuff/_member-list.scss @@ -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, diff --git a/stuff/_other.scss b/stuff/_other.scss index 77240a7..33e86fe 100644 --- a/stuff/_other.scss +++ b/stuff/_other.scss @@ -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); }