Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

fixed #406 github hover colour on card #407

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lib/components/index/github-card.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<style lang="postcss">
.card:hover::before {
@apply absolute -z-10 h-[500px] w-[100px] bg-[#000000];
@apply absolute -z-10 h-[500px] w-[100px] bg-[#fff];
sharabhh marked this conversation as resolved.
Show resolved Hide resolved
content: '';
animation: animate-circle 5s linear infinite;
}
Expand Down