Skip to content

Commit

Permalink
corner text variable
Browse files Browse the repository at this point in the history
  • Loading branch information
refact0r committed Dec 2, 2023
1 parent 57b717b commit e6d6a26
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions midnight.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
/* color of online status dot, change to #23a55a for default green */
--online-indicator: var(--accent-2);

/* top left icon */
/* top left text */
--corner-text: 'Midnight';

/* home icon */
--moon-icon: block; /* change to none to hide moon icon */
--discord-icon: none; /* change to block to show default discord icon */

Expand Down Expand Up @@ -186,6 +189,9 @@ rect[fill='#23a55a'] {
.wrapper_bd2abe.minimum_ebf000 ~ .content__1a4fe .container__93316::before /* remove when in private call */ {
display: none;
}
.membersWrap__90226 /* fix members list height when not scroll */ {
height: 100%;
}

/* rearrange toolbar */
a[href="https://support.discord.com"] /* hide help */
Expand Down Expand Up @@ -420,7 +426,7 @@ button.button_afdfd9 /* small buttons */,
display: none;
}
[class^='wordmarkWindows']::after {
content: 'Midnight';
content: var(--corner-text);
display: block;
position: relative;
height: 16px;
Expand Down

0 comments on commit e6d6a26

Please sign in to comment.