Skip to content

Commit

Permalink
fix: revert hover
Browse files Browse the repository at this point in the history
  • Loading branch information
owlnai committed Oct 24, 2021
1 parent 3d6970f commit fc83274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function color(status) {
>{{ bridge }}</span>
</div>
</div>
<div class="flex justify-between p-4 bg-nuxt-grass hover:bg-nuxt-valley dark:bg-nuxt-space rounded-b-md">
<div class="flex justify-between p-4 bg-nuxt-grass dark:bg-nuxt-space rounded-b-md">
<a class="text-sm items-center inline-flex gap-2" :href="repoUrl" v-if="repoUrl">
<GitHub class="h-5 w-5" />
{{ repoUrl.split(".com/").pop() }}
Expand Down

0 comments on commit fc83274

Please sign in to comment.