multiuser

This commit is contained in:
2026-03-12 01:08:16 +11:00
parent 30a7725769
commit 7cf6b4e6ae
12 changed files with 939 additions and 247 deletions

View File

@@ -86,7 +86,7 @@ body {
font-size: 16px;
font-weight: 400;
/* Default to dark theme background for safe areas */
background-color: #1A1A1A;
background-color: #262626;
/*Why font-variant-ligatures => https://github.com/rsms/inter/issues/222 */
font-variant-ligatures: no-contextual;
@@ -100,7 +100,7 @@ body.silver-theme {
background-color: #DEDEDE;
}
body.dark-theme {
background-color: #1A1A1A;
background-color: #262626;
}
body.butter-theme {
background-color: #1A1916;
@@ -116,6 +116,7 @@ body.discord-darker-theme {
height: 100%;
display: flex;
flex-direction: column;
background-color: #262626;
}
*,