Skip to content

Commit

Permalink
Merge pull request #94 from Dark-Matter-Labs/hover-fix
Browse files Browse the repository at this point in the history
fix hover
  • Loading branch information
gurdenbatra authored Sep 15, 2022
2 parents 44ffc77 + e7995d9 commit 7bc35da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ export default function Index() {
<div className='rounded-md'>
<button
type='button'
className='inline-flex rounded-full items-center px-4 py-2 border border-green1 button text-green1 bg-blush2 hover:bg-greenLink focus:outline-none'
className='inline-flex rounded-full items-center px-4 py-2 border border-green1 button text-green1 bg-blush2 hover:bg-green1 hover:text-white1 focus:outline-none'
>
<ScrollLink to='thema' smooth={true}>
Bekijk de thema&rsquo;s ↓
Expand All @@ -299,7 +299,7 @@ export default function Index() {
<div className='mt-3 rounded-md sm:mt-0 sm:ml-3'>
<button
type='button'
className='inline-flex rounded-full items-center px-4 py-2 border border-green1 button text-green1 bg-blush2 hover:bg-greenLink focus:outline-none'
className='inline-flex rounded-full items-center px-4 py-2 border border-green1 button text-green1 bg-blush2 hover:bg-green1 hover:text-white1 focus:outline-none'
>
<ScrollLink to='waarom' smooth={true}>
<a>Meer over CircuLaw? ↓</a>
Expand Down

1 comment on commit 7bc35da

@vercel
Copy link

@vercel vercel bot commented on 7bc35da Sep 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.