Skip to content

Commit

Permalink
fix AOSSIE-Org#346: Add hover effect
Browse files Browse the repository at this point in the history
  • Loading branch information
anshi089 committed Jan 23, 2025
1 parent cfb7d8e commit 2aa0336
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/ideas/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ export default function Ideas({ articles }) {
</div>
<div className="mt-16 text-center">
<Link
className="group order-2 mx-auto items-center overflow-hidden rounded-lg bg-zinc-800 px-8 py-3 text-white focus:outline-none dark:bg-white dark:text-black"
className="group order-2 mx-auto items-center overflow-hidden rounded-lg bg-zinc-800 px-8 py-3 text-white focus:outline-none dark:bg-white dark:text-black hover:bg-green-800
dark:hover:bg-yellow-500"
href="/ideas/2023"
>
<span className="text-center font-mono font-semibold">
Expand Down

0 comments on commit 2aa0336

Please sign in to comment.