Fix footer color
This commit is contained in:
parent
fb7e621466
commit
55f9f0587a
@ -3,7 +3,7 @@ import { Image } from 'astro:assets';
|
||||
|
||||
import foscLogo from '../assets/img/fosc-logo-old.png'
|
||||
---
|
||||
<footer class="footer footer-center p-10 bg-primary text-primary-content">
|
||||
<footer class="footer footer-center p-10 bg-base-100 text-base-content text-primary-content">
|
||||
<aside>
|
||||
<Image class="w-20" src={foscLogo} alt="FOSC Logo"></Image>
|
||||
<p class="font-bold">
|
||||
|
Loading…
Reference in New Issue
Block a user