Skip to content

Commit

Permalink
Merge pull request #63 from NyxIsBad/master
Browse files Browse the repository at this point in the history
More bugs squashed
  • Loading branch information
Leozard authored Jul 1, 2021
2 parents 99c6986 + 1b3a15d commit f0fdb6e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
10 changes: 6 additions & 4 deletions src/chat/call.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,15 @@
}
}
&%callButtonWhite {
background-color: $main-color;
color: #fff;
&:not(:hover) {
background-color: $main-color !important;
}
&:hover {
background-color: var(--hover-color);
background-color: var(--hover-color);
}
%callButtonActive {
background-color: $main-color;
background-color: transparent;
}
%callCenterIcon,
%micSlash {
Expand All @@ -53,4 +55,4 @@
%callButtonRed {
background-color: var(--danger-color);
}
}
}
3 changes: 2 additions & 1 deletion src/modals/newServerModal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
&:hover {
background-color: $hover-color;
}
.base-1x0h_U,
.text-1FOLJS {
color: #fff;
}
Expand All @@ -51,4 +52,4 @@
text-decoration: underline;
background-color: transparent;
}
}
}
8 changes: 7 additions & 1 deletion src/modals/otherModals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,13 @@
/* Quickswitcher */
.quickswitcher-3JagVE {background-color: rgba(0,0,0,0.5);}
.input-2VB9rf {background-color: rgba(255,255,255,0.07);}
.scroller-zPkAnE {background-color: transparent;}
.scroller-zPkAnE {
background-color: transparent;
margin-top: 10px;
&::-webkit-scrollbar-track {
background-color: transparent !important;
}
}

/* Discord Nitro Gift Payment */
.table-39R0Oe {background-color: transparent;}
Expand Down

0 comments on commit f0fdb6e

Please sign in to comment.