Skip to content

Commit

Permalink
Merge pull request #120 from guygadebois/fix-black-text-in-member-pro…
Browse files Browse the repository at this point in the history
…file-pane

Fix black text in member details popup + member details side pane
  • Loading branch information
caiceA authored Oct 10, 2019
2 parents 9c7da1a + 561773d commit 059c674
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions slack-dark-mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -2555,7 +2555,6 @@ span.c-message__body, a.c-message__sender_link, span.c-message_attachment__media
padding: 0 24px;
text-align: center;
color: white !important;}

.p-pinned_items__empty_list .p-pinned_items__empty_list_action {
color: #ffb672 !important;}
.p-channel_details_section {
Expand All @@ -2569,6 +2568,6 @@ span.c-message__body, a.c-message__sender_link, span.c-message_attachment__media
color: white;}
.p-channel_details__dm_section__tz_label {
color: rgba(255, 255, 255, 0.7);}
.p-member_profile_card {
.p-member_profile_card, .p-member_profile_field__label, p-member_profile_field__value {
box-shadow: 0 0 0 1px rgba(0,0,0,.08), 0 4px 12px 0 rgba(0,0,0,.08);
background: #333;}

0 comments on commit 059c674

Please sign in to comment.