Skip to content

Commit

Permalink
chore: add pointer for course-card (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
qinjialei24 authored Jul 3, 2024
1 parent 9ed684b commit 60a4abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/client/components/courses/CourseCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ onMounted(() => {

<style scoped>
.course-card {
@apply relative h-[160px] w-full rounded-xl border border-gray-400 p-4 pb-6 transition-all duration-300 dark:text-gray-100;
@apply relative h-[160px] w-full cursor-pointer rounded-xl border border-gray-400 p-4 pb-6 transition-all duration-300 dark:text-gray-100;
@apply hover:text-purple-500 hover:shadow-lg hover:shadow-gray-300 hover:dark:text-purple-400 dark:hover:shadow-gray-500;
}
Expand Down

0 comments on commit 60a4abf

Please sign in to comment.