style: change member list and navbar colours
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
ci/woodpecker/pull_request_closed/build-and-publish Pipeline was successful

This commit is contained in:
Temmie 2025-08-15 12:28:48 +02:00
parent ee2cb65bbb
commit 628a40f2b8
Signed by: temmie
SSH key fingerprint: SHA256:nBO+OwpTkd8LYhe38PIqdxmDvkIg9Vw2EbrRZM97dkU
4 changed files with 5 additions and 2 deletions

View file

@ -56,6 +56,7 @@ function toggleGuildSettings(e: Event) {
position: relative;
border-bottom: 1px solid var(--padding-color);
background-color: var(--topbar-background-color);
}
#guild-name {

View file

@ -28,7 +28,7 @@ const members = await fetchMembers(props.guild.uuid)
<style scoped>
#members-container {
background: var(--optional-member-list-background);
background-color: var(--chat-background-color);
padding-top: .5em;
padding-bottom: .5em;

View file

@ -322,6 +322,8 @@ router.beforeEach((to, from, next) => {
flex-direction: column;
overflow: hidden;
flex-grow: 1;
background-color: var(--chat-background-color);
}
#message-box {

View file

@ -20,7 +20,7 @@ complementaryColor = white
--sidebar-background-color: #1f1e1d;
--sidebar-highlighted-background-color: #2f2b28;
--topbar-background-color: #2a2723;
--topbar-background-color: #1f1e1e;
--chatbox-background-color: #1a1713;
--padding-color: #484848;