Use Tokyo night theme

This commit is contained in:
2025-08-29 21:16:02 -04:00
parent f0e33e6060
commit ce4396dd0d
3 changed files with 42 additions and 17 deletions

View File

@@ -121,6 +121,7 @@ const sortBy = ref([{ key: "score", order: "desc" }]); // Vuetify 3 format
:sort-by="sortColumn"
:sort-desc="!ascending"
v-model:sortBy="sortBy"
:items-per-page="25"
>
<template #item.title="{ item }">
<a