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

Commit 65f0006

Browse files
authored
fix: adjust color of github hover (#363)
1 parent 746d525 commit 65f0006

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/components/index/github-card.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
/>
2323
</svg>
2424
<div class="flex flex-col items-center justify-center gap-4 transition duration-200">
25-
<h3 class="text-xl font-bold text-skin-text-highlight ">GitHub</h3>
25+
<h3 class="text-xl font-bold text-skin-text-highlight">GitHub</h3>
2626
<p class="px-8 text-center">a platform for hosting software projects</p>
2727
</div>
2828
</a>
2929

3030
<style lang="postcss">
3131
.card:hover::before {
32-
@apply absolute -z-10 h-[500px] w-[100px] bg-[#24292f];
32+
@apply absolute -z-10 h-[500px] w-[100px] bg-[#000000];
3333
content: '';
3434
animation: animate-circle 5s linear infinite;
3535
}

0 commit comments

Comments
 (0)