Fix Lighthouse A11y errors on dark mode

This commit is contained in:
prototypa
2024-03-02 04:18:40 -05:00
parent 2df6a35a48
commit e224f832c0
2 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ const { socialLinks = [], secondaryLinks = [], links = [], footNote = '', theme
)
}
<div class="text-sm mr-4 dark:text-slate-400">
<div class="text-sm mr-4 dark:text-muted">
<Fragment set:html={footNote} />
</div>
</div>