added room invites to DB, and minor frontend layout changes

This commit is contained in:
2025-12-18 16:20:30 +01:00
parent 2e2e9a76f9
commit 3633b6594c
3 changed files with 36 additions and 25 deletions

View File

@@ -52,7 +52,7 @@ input:focus, textarea:focus {
border-color: var(--accent);
}
button {
button, .button {
font-size: 1rem;
background: var(--accent);
color: #0b0d12;
@@ -61,9 +61,11 @@ button {
padding: 0.6rem 1rem;
font-weight: 600;
cursor: pointer;
text-decoration: none;
margin: 5px;
}
button:hover {
button:hover, .button:hover {
background: var(--accent-hover);
}