Skip to content

Commit

Permalink
fixed stupid lol
Browse files Browse the repository at this point in the history
  • Loading branch information
Snare-Hawk committed Jun 6, 2023
1 parent 9fe72b5 commit f695e61
Showing 1 changed file with 1 addition and 34 deletions.
35 changes: 1 addition & 34 deletions src/main.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@import url("https://cdn.jsdelivr.net/gh/Overimagine1/old-discord-font/source.min.css");
@import url("https://goose-nest.github.io/GT-RevertRebrand/RevertRebrand.theme.css");
@import url("https://snare-hawk.github.io/snare-CSS/revert-notifications.css");

/* fixes buttons to be the correct blurple */
button[class*="lookOutlined"][class*="colorBrand"] {
Expand Down Expand Up @@ -69,37 +70,3 @@ button[class*="lookOutlined"][class*="colorBrand"]:hover,
font-size: 0px;
color: inherit !important;
}

/* reverts unread message and mention indicators */
[class*="bar"] {
width: 208px;
background-color: var(--background-accent);
}

[class*="barText"] {
color: var(--status-positive-text) !important;
}

[class*="bar"] div:not([class*="mentionsBar"]) {
text-transform: uppercase;
margin: auto;
}

[class*="bar"][class*="mentionsBar"] [class*="barText"] {
content: " " !important;
font-size: 0px;
padding: 0px;
}
[class*="bar"][class*="mentionsBar"] [class*="barText"]::after {
content: "New Mentions";
font-size: 12px !important;
}

[class*="bar"][class*="mentionsBar"] {
background: var(--status-danger) !important;
height: 16px !important;
}

[class*="bar"] svg {
display: none;
}

0 comments on commit f695e61

Please sign in to comment.