Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
refact0r committed Dec 25, 2023
1 parent 40c8d7f commit fe86f14
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions midnight.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ div.message__80c10.replying_d7b6ad::before /* change reply message bar to neutra
.mentionsBar__4b47a /* channel list new mention pill */ {
--status-danger: var(--accent-3);
}
.message__80c10.mentioned__58017:before /* mention message left edge */ {
.message__80c10.mentioned__58017:before /* mention message left edge */,
.botTagRegular_c89c9a /* OP tag */ {
background: var(--accent-3);
}
.container__871ba.checked__6bdb0 /* settings checkbuttons */ {
Expand Down Expand Up @@ -171,9 +172,6 @@ path[fill='rgba(35, 165, 90, 1)'] {
.interactive:hover /* mention hover */ {
color: var(--text-0);
}
.botTagRegular_c89c9a {
background-color: var(--accent-3);
}
.theme-dark .button__57d93, .theme-light .button__57d93 /* notice banner button */ {
border-color: var(--text-0);
}
Expand Down

0 comments on commit fe86f14

Please sign in to comment.