mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-11 22:07:16 +01:00
Refactor app configuration and styles: remove unused color variables, enhance AppHeader theme switching, and update AppVisitors badge styling.
This commit is contained in:
@@ -6,7 +6,7 @@ const { visitors } = useVisitors()
|
||||
<UBadge
|
||||
color="green"
|
||||
variant="outline"
|
||||
class="shadow-xl fixed bottom-4 right-4 rounded-full px-1.5 py-0.5"
|
||||
class="shadow-xl fixed bottom-4 right-4 rounded-full px-1.5 py-0.5 bg-white ring ring-green-400 dark:bg-neutral-950 dark:ring-green-600"
|
||||
>
|
||||
<div class="flex items-center gap-1">
|
||||
<p class="text-neutral-500">
|
||||
|
||||
Reference in New Issue
Block a user