Skip to content

Commit

Permalink
fix card hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
wesbos committed Oct 20, 2023
1 parent e778402 commit 9424d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/ShowCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
}
&:hover {
background-color: var(--zebra);
background-color: color-mix(in lch, var(--fg), var(--bg) 96%);
}
&.card {
border-radius: var(--brad);
Expand Down

1 comment on commit 9424d8f

@vercel
Copy link

@vercel vercel bot commented on 9424d8f Oct 20, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

syntax-website-v2 – ./

syntax-website-v2-git-v2-syntax.vercel.app
beta.syntax.fm
syntax-website-v2-syntax.vercel.app

Please sign in to comment.