From 81388162f0318f1a6f18c169881d635ec5ed97d0 Mon Sep 17 00:00:00 2001 From: Ginger Date: Fri, 1 May 2026 10:53:27 -0400 Subject: [PATCH] fix: Use button styling for account management link on index page --- src/web/pages/resources/index.css | 4 ++++ src/web/pages/templates/index.html.j2 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/web/pages/resources/index.css b/src/web/pages/resources/index.css index 235a20ee7..f83685b8d 100644 --- a/src/web/pages/resources/index.css +++ b/src/web/pages/resources/index.css @@ -9,3 +9,7 @@ color: transparent; filter: brightness(1.2); } + +.button { + margin: 0 !important; +} diff --git a/src/web/pages/templates/index.html.j2 b/src/web/pages/templates/index.html.j2 index 396118662..89f138831 100644 --- a/src/web/pages/templates/index.html.j2 +++ b/src/web/pages/templates/index.html.j2 @@ -15,7 +15,7 @@

For support, take a look at the documentation or join the Continuwuity Matrix room.

{%- else %}

To get started, choose a client and connect to {{ server_name }}.

-

Manage your account

+

Manage your account

{%- endif %}