feat: add dark mode stats

This commit is contained in:
2022-08-09 16:25:23 -04:00
parent df033cc0d2
commit 3c7d81fd36
6 changed files with 32 additions and 17 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"
>
<slot />
</div>