Skip to content

Commit

Permalink
Bump to 2.0.4
Browse files Browse the repository at this point in the history
Fix super bright bot-replies
  • Loading branch information
B4T3S committed Oct 13, 2023
1 parent b8e41e8 commit 6a915c3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions src/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,15 @@ body {
background-color: rgba(var(--rgb-highlight), 60%) !important;
}

/* --== Fix super bright bot-replying highlights ==-- */
.ephemeral-2nDdnn {
background-color: rgba(var(--rgb-highlight), 30%);
}

.ephemeral-2nDdnn:hover {
background-color: rgba(var(--rgb-highlight), 40%) !important;
}

/* --== Highlight selected channel ==-- */
.modeSelected-3DmyhH {
.icon-2W8DHg {
Expand Down
2 changes: 1 addition & 1 deletion src/_version.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.info-3pQQBb:last-child::after {
content: "Dark Neon Version 2.0.3";
content: "Dark Neon Version 2.0.4";
font-size: 12px;
line-height: 16px;
color: rgb(var(--rgb-highlight));
Expand Down
2 changes: 1 addition & 1 deletion src/dev.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@import "hideUsers.scss";

:root {
--rgb-highlight: 204, 217, 255; /* The main highlight color */
--rgb-highlight: 4, 117, 255; /* The main highlight color */
--rgb-background: 0, 0, 0; /* The main background color */
--rgb-text: 197, 200, 198; /* The main text color */
--rgb-close-button: 212, 18, 39; /* The main "close this" or "deny" color */
Expand Down

0 comments on commit 6a915c3

Please sign in to comment.