Skip to content

Commit

Permalink
fix: correcting context-user-name-color (#489)
Browse files Browse the repository at this point in the history
* fix: correcting context-user-name-color

I only realized now that the context user name is the wrong color in light mode

* fix: removing "!important"
  • Loading branch information
eumarciel404 authored Oct 19, 2024
1 parent 9f60afc commit 55531f9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ export class DiscordCommand extends LitElement implements LightTheme {
margin-right: 0;
}
:host([light-theme]) .discord-replied-message-username {
color: rgb(46, 51, 56);
}
:host([compact-mode]) .discord-context-user {
display: flex;
align-items: center;
Expand Down

0 comments on commit 55531f9

Please # to comment.