Skip to content

Commit

Permalink
fixes 2
Browse files Browse the repository at this point in the history
  • Loading branch information
NyxIsBad committed Jan 27, 2023
1 parent b5e2fe2 commit 6633854
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
8 changes: 7 additions & 1 deletion lib/selectors/selectorPlaceholders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@
.messagesErrorBar-1IQ1rH {
@extend %messagesErrorBar !optional;
}
.bar-2qGj24 {
.bar-wDIGjg {
@extend %barBrand !optional;
}
.wrapper-1gVUIN {
Expand Down Expand Up @@ -4466,6 +4466,12 @@ pre {
.headerBorder-jrk0Ic {
@extend %forumHeaderBorder !optional;
}
.sortDropdown-hY93nR {
@extend %forumSortDropdown !optional;
}
.textContentFooter-2JnNv8 {
@extend %forumContentFooter !optional;
}
.pill-3pRQlO {
@extend %forumTag !optional;
}
Expand Down
4 changes: 2 additions & 2 deletions src/channels/panels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@
}

// ACCOUNT PANEL
%accountPanel {
%themeDark %accountPanel {
position: relative;
background: transparent;
margin-bottom: 10px;
&:before,
&:after {
Expand Down Expand Up @@ -153,7 +154,6 @@
}
}
}

// NAME TAG
%accountPanelUsername {
color: #fff;
Expand Down
3 changes: 3 additions & 0 deletions src/chat/bars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,7 @@
// BRAND
%barBrand {
background-color: $main-color;
>* {
color: #fff !important;
}
}
10 changes: 10 additions & 0 deletions src/pages/forums.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,23 @@
%forumTagCount {
background-color: var(--main-color);
}
%forumSortDropdown {
background-color: var(--main-color);
>* {
color: #fff !important;
}
}
%forumTagButton {
background-color: rgba(0,0,0,.3);
%forumTagButtonInner {
color: #fff;
}
}

%themeDark %forumContentFooter {
background: transparent;
}

%forumRules {
background: rgba(0,0,0,.3);
border: 2px solid $main-color;
Expand Down

0 comments on commit 6633854

Please sign in to comment.