fixed theme
This commit is contained in:
@@ -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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user