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
+1 -1
View File
@@ -65,7 +65,7 @@ function formatSlug(slug: string) {
)}
{posts.length === 0 && !error && (
<div class="glass p-8 md:p-12 text-center text-subtext1 text-sm md:text-base">
<div class="glass p-8 md:p-12 text-center text-sm md:text-base" style="color: var(--text) !important;">
<p>No posts found yet. Add some .md files to the data/posts directory!</p>
</div>
)}