Skip to content

Commit

Permalink
feat: remove role color override in chat messages
Browse files Browse the repository at this point in the history
  • Loading branch information
accrazed committed Jul 13, 2024
1 parent 6e79955 commit 1ef910e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions NieR-Import.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1440,10 +1440,6 @@ path[d="M5.43309 21C5.35842 21 5.30189 20.9325 5.31494 20.859L5.99991 17H2.14274
box-shadow: 3px 3px 0 var(--color-alert);
}

.username_f9f2ca.clickable_f9f2ca {
color: var(--color-low) !important;
}

.isUnread_c2654d .content_c2654d,
.unreadPill_c2654d,
.content_c2654d {
Expand Down Expand Up @@ -2761,10 +2757,6 @@ strong {
color: var(--color-low) !important;
}

.username_f9f2ca {
color: var(--color-low) !important;
}

.theme-dark .header_f0cd33 .tabBar_f0cd33 .tab_f0cd33.active_f0cd33 {
background-color: var(--color-alert);
color: var(--color-high);
Expand Down
4 changes: 0 additions & 4 deletions src/chat/_messages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@
@include boxify($high, $alert, 3px);
}
}
// Username color
.username_f9f2ca.clickable_f9f2ca {
color: $low !important;
}
// Date stamp
.isUnread_c2654d .content_c2654d,
.unreadPill_c2654d,
Expand Down
4 changes: 0 additions & 4 deletions src/popouts/_chat-popout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
@include buttonify($low, $high, $high, $low);
}
}
// Pinned Messages
.username_f9f2ca {
color: $low !important;
}
// Selected tab in header
.theme-dark .header_f0cd33 .tabBar_f0cd33 .tab_f0cd33.active_f0cd33 {
background-color: $alert;
Expand Down

0 comments on commit 1ef910e

Please sign in to comment.