dark theme

This commit is contained in:
nieve 2024-08-26 15:04:10 -04:00
parent 116d6ae99a
commit ae48fcaf54

View File

@ -19,8 +19,8 @@
:prefer-listen="preferListen" :prefer-listen="preferListen"
> >
<router-link <router-link
class="flex hover:bg-gray-100" class="flex hover:bg-gray-50 .dark:hover:bg-neutral-800"
:class="{ 'bg-gray-200': index === selectedIndex - 1 }" :class="{ 'bg-gray-200 .dark:bg-neutral-700': index === selectedIndex - 1 }"
:to="{ :to="{
path: '/watch', path: '/watch',
query: { query: {