#change the "discord" text in the top
1 messages · Page 1 of 1 (latest)
.wordmarkWindows-1rsity svg {
display: none;
}
.wordmarkWindows-1rsity::after {
content: 'Midnight';
display: block;
position: relative;
width: 200px;
height: 16px;
line-height: 16px;
font-family: var(--font-headline);
font-size: 11px;
font-weight: 600;
color: var(--muted-text);
}```