Skip to content

Commit 5de0531

Browse files
refactor(footer): update footer bg colo to #222222
1 parent a28df09 commit 5de0531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<footer class="py-10 px-6 bg-[#FC485033] backdrop-blur-xl border-t border-white/10 text-white">
1+
<footer class="py-10 px-6 bg-[#222222]/80 backdrop-blur-xl border-t border-white/10 text-white">
22
<div class="max-w-7xl mx-auto flex flex-col md:flex-row justify-between items-center">
33

44
<div class="flex space-x-6 mb-6 md:mb-0">

0 commit comments

Comments
 (0)