fixed theme

This commit is contained in:
2026-03-26 01:50:13 +01:00
parent 37c8e231c3
commit 57c36ab652
4 changed files with 9 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ import AdminLayout from '../../layouts/AdminLayout.astro';
---
<AdminLayout title="Site Settings">
<p slot="header-subtitle" class="text-subtext1 mt-2 text-sm md:text-base">Configure how your blog looks and feels globally.</p>
<p slot="header-subtitle" class="mt-2 text-sm md:text-base" style="color: var(--text) !important;">Configure how your blog looks and feels globally.</p>
<form id="settings-form" class="space-y-8">
<div id="alert" class="hidden p-4 rounded-lg mb-6"></div>