Skip to content

Commit

Permalink
Merge pull request #37 from dracula/current-channel
Browse files Browse the repository at this point in the history
fix contrast on current channel
  • Loading branch information
luxonauta authored Nov 13, 2023
2 parents e7205b3 + 9010116 commit 77e7362
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions base.css
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,11 @@ span.hljs-meta-keyword {
span.hljs-meta-string {
color: var(--dracula-orange) !important;
}

/* Current channel */
div[class*="modeSelected"] > div > a[data-list-item-id*="channels"]{
background-color: var(--dracula-comment) !important;
}
div[class*="modeSelected"] > div > a[data-list-item-id*="channels"] svg, div:hover > a[data-list-item-id*="channels"] svg {
color: var(--dracula-white) !important;
}

0 comments on commit 77e7362

Please sign in to comment.