Skip to content

Commit

Permalink
Fix channel borders (close #4)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChilliPL committed Nov 12, 2020
1 parent 07e50b1 commit d51c349
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions src/theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/theme.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/theme.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @name Discord AMOblack (local)
* @version 1.1
* @version 1.2-pre1
* @description Very dark theme, ideal for AMOLED displays.
* For bug reports, use GitHub issues. Open our GitHub by using the Website button below.
* @author TheChilliPL
Expand Down Expand Up @@ -90,10 +90,10 @@ html.theme-dark {
@include pseudo-border(var(--ab--hover));
}
// Channel list
.modeSelected-1zApJ_ .content-3at_AU, .modeSelected-1zApJ_:hover .content-3at_AU {
.modeSelected-346R90 .content-1x5b-n, .modeSelected-346R90:hover .content-1x5b-n {
@include pseudo-border(var(--ab--selected));
}
.wrapper-1ucjTd:hover .content-3at_AU {
.wrapper-2jXqOf:hover .content-1x5b-n {
@include pseudo-border(var(--ab--hover));
}

Expand Down

0 comments on commit d51c349

Please sign in to comment.