Skip to content

Commit 675c922

Browse files
committed
style: update footer background color and apply primary link styling
1 parent bce7ae0 commit 675c922

1 file changed

Lines changed: 4 additions & 12 deletions

File tree

src/components/Footer.astro

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
const currentYear = new Date().getFullYear();
33
---
44

5-
<footer class="footer footer-center p-10 bg-base-100 text-base-content">
5+
<footer class="footer footer-center p-10 bg-base-200 text-base-content">
66
<nav class="grid grid-flow-col gap-4">
77
<a href="/privacy" class="link link-hover">Privacy</a>
88
<a href="/disclaimer" class="link link-hover">Disclaimer</a>
@@ -11,17 +11,9 @@ const currentYear = new Date().getFullYear();
1111

1212
<aside>
1313
<p class="text-sm">
14-
Built with ❤️ using <a
15-
href="https://astro.build"
16-
target="_blank"
17-
rel="noopener noreferrer"
18-
class="link">Astro</a
19-
> ·
20-
<a
21-
href="https://github.com/IrvanFza/mycodingplan/blob/main/LICENSE"
22-
class="link link-hover">MIT License</a
23-
> · © {currentYear}
24-
<a href="/" class="link link-hover">MyCodingPlan</a>
14+
Built with ❤️ using <a href="https://astro.build" target="_blank" rel="noopener noreferrer" class="link link-primary">Astro</a>
15+
· <a href="https://github.com/IrvanFza/mycodingplan/blob/main/LICENSE" class="link link-primary">MIT License</a >
16+
· © {currentYear} <a href="/" class="link link-primary">MyCodingPlan</a>
2517
</p>
2618
</aside>
2719
</footer>

0 commit comments

Comments
 (0)