Correcting style sheet

This commit is contained in:
Michael Bergbauer 2025-06-12 21:49:44 +02:00
parent 8e34e1056a
commit 39ceb520ba

View File

@ -14,6 +14,7 @@ body {
font-family: var(--font-sans);
background-color: var(--bg-dark);
color: var(--text-light);
display: flex;
}
.sidebar {
@ -48,12 +49,12 @@ body {
}
.main {
margin-left: 220px;
padding: 20px;
display: flex;
height: 100vh;
box-sizing: border-box;
background-color: var(--bg-dark);
overflow-y: auto;
}
.members-table {