Skip to content

Commit

Permalink
css: adapt slack css to new GHC update
Browse files Browse the repository at this point in the history
  • Loading branch information
paveyry committed Apr 30, 2021
1 parent 6065fd3 commit 4c6c195
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions css/color_slack.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Sidebar color */
.X9KLPc {
.X9KLPc, .Xa, .IL9EXe, .Uexccd, .teTAFe, .haAclf, .CL, .aeN {
background-color: #4d394b;
}

Expand All @@ -16,7 +16,7 @@
}

/* Channel name color in sidebar */
.t5F5nf {
.t5F5nf, .Z6 {
color: rgb(202, 196, 201);
}

Expand All @@ -26,9 +26,13 @@
}

/* Sidebar "recent" or "starred" section names color */
.aOHsTc {
.aOHsTc, .WW {
text-transform: uppercase;
color: rgb(202, 196, 201);
}
.V6 {
border-top: 1px solid #fff;
}

/* Sidebar Search section text color */
.HLTcjb {
Expand Down Expand Up @@ -60,10 +64,6 @@
color: #000;
}

.ndJi5d {
rgba(0,0,0,0.38);
}

/* Search menu elements colors when hovering */
.dQ2Tsf[aria-selected="true"], .PL5Wwe:hover > .dQ2Tsf {
background-color: #eee;
Expand Down

0 comments on commit 4c6c195

Please sign in to comment.