diff --git a/components/i/search/Source.vue b/components/i/search/Source.vue index 067f57386d026f86166e2b892e19d7a52a8384aa..1d3d33186dea3e195998c450d16578988f71b432 100644 --- a/components/i/search/Source.vue +++ b/components/i/search/Source.vue @@ -31,7 +31,8 @@ const cardUI = { body: { padding: 'sm:p-3 p-3', base: 'h-full' - } + }, + background: 'transition hover:bg-gray-100 dark:hover:bg-gray-800' } const showAllSource = ref(false) const limitSource = computed(() => {