diff --git a/frontend/src/pages/settings.astro b/frontend/src/pages/settings.astro index 7f40a52..0069b2e 100644 --- a/frontend/src/pages/settings.astro +++ b/frontend/src/pages/settings.astro @@ -51,7 +51,7 @@ import { API_BASE as apiBase } from '../lib/api'; .join(''); container.innerHTML = ` -
+

Appearance

@@ -74,7 +74,7 @@ import { API_BASE as apiBase } from '../lib/api';
-
+

Profile

@@ -92,7 +92,7 @@ import { API_BASE as apiBase } from '../lib/api';
-
+

Account

Logged in as @${user.username}

@@ -195,10 +195,7 @@ import { API_BASE as apiBase } from '../lib/api'; } .form-section { - background: var(--color-surface); - border: 1px solid var(--color-border); border-radius: 12px; - padding: 1.5rem; margin-bottom: 1.5rem; }