Dark/light mode added + switcher

This commit is contained in:
2026-04-13 17:47:46 +02:00
parent 602f0d16ee
commit 279422b02e
7 changed files with 87 additions and 34 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ export default function Footer() {
};
return (
<footer className="flex items-center justify-between px-24 py-6 border-t border-ctp-lavender-800 mt-10">
<footer className="bg-ctp-mantle flex items-center justify-between px-24 py-6 border-t border-ctp-lavender-800 mt-10">
<p className="text-sm text-ctp-text">
&copy; {currentYear} AramJonghu. All rights reserved.
</p>