Skip to content

Commit

Permalink
feat: use transparency
Browse files Browse the repository at this point in the history
  • Loading branch information
mykeels committed Mar 28, 2019
1 parent 80786aa commit ba0b59b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions slack-theme
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,11 @@ then
color: $THREAD_COLOR;
}
.p-threads_view .p-threads_view_header__channel_name { color: $THREAD_COLOR; }
.p_threads_view_load_older_button { background: none; }
.p_threads_view_load_older_button::before { color: $THREAD_COLOR; }
.p_threads_view_load_newer_button, .p_threads_view_load_older_button {
background: rgba(255, 255, 255, 0.05);
border-color: $THREAD_BORDER_COLOR;
color: $THREAD_COLOR;
}
"
fi

Expand Down

0 comments on commit ba0b59b

Please sign in to comment.