mirror of
https://github.com/TeamPiped/Piped.git
synced 2026-01-14 15:52:39 +00:00
dark theme
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user