feat: make dark mode pretty

This commit is contained in:
2022-08-10 13:27:37 -04:00
parent 3a88d2ce89
commit 18fd91adc3
2 changed files with 12 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ const { dest } = defineProps<{ dest: string }>();
<template>
<a :href="dest">
<div
class="inline-block text-xs rounded-full py-1 px-2 mt-1 mr-1 bg-gray-300 dark:bg-gray-500"
class="inline-block text-xs rounded-full py-1 px-2 mt-1 mr-1 bg-gray-300 dark:bg-gray-500 transition"
>
<slot />
</div>