Skip to content

Commit

Permalink
adjust footer color 🎨
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Sep 20, 2024
1 parent 54ebe12 commit 6954a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { URLS } from "../statics";
---

<footer class="footer bg-neutral text-neutral-content p-10 dark:bg-black dark:border-t-primary dark:border-t-2">
<footer class="footer bg-neutral text-neutral-content border-t-2 p-10 dark:border-t-primary">
<nav>
<h6 class="footer-title">Resources</h6>
<a class="link link-hover" href={URLS.GITHUB_REPO}>GitHub</a>
Expand Down

0 comments on commit 6954a01

Please sign in to comment.