Revert "slice 4: accent palette refinement — blue → teal"

This reverts commit 52fe7bceb6.
This commit is contained in:
2026-05-15 23:49:36 +00:00
parent 52fe7bceb6
commit 959e3980ae
109 changed files with 937 additions and 937 deletions

View File

@@ -25,13 +25,13 @@ export default function Error({
<div className="flex gap-3 justify-center">
<button
onClick={() => reset()}
className="px-4 py-2 bg-[#5B7C8D] text-white text-sm rounded-sm hover:bg-[#4A6473] transition-colors"
className="px-4 py-2 bg-[#3b82f6] text-white text-sm rounded-sm hover:bg-[#2563eb] transition-colors"
>
Try again
</button>
<Link
href="/home-page"
className="px-4 py-2 border border-[#333] text-sm rounded-sm hover:border-[#5B7C8D] transition-colors"
className="px-4 py-2 border border-[#333] text-sm rounded-sm hover:border-[#3b82f6] transition-colors"
>
Home
</Link>