summaryrefslogtreecommitdiff
path: root/pages/models/_id/edit.vue
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2022-09-27 19:17:51 +0200
committerSanto Cariotti <santo@dcariotti.me>2022-09-27 19:17:51 +0200
commit6395d1ec4362fedd7854fc9a103bad8bf7ae5d3d (patch)
tree93a2d01ec76ef5b78e36d3f5f2ad284d1286d928 /pages/models/_id/edit.vue
parent74f689fefb77328f22772bbdf9ebc6aefb01cdab (diff)
Dark mode
Diffstat (limited to 'pages/models/_id/edit.vue')
-rw-r--r--pages/models/_id/edit.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/models/_id/edit.vue b/pages/models/_id/edit.vue
index 8ced3e2..0d707b9 100644
--- a/pages/models/_id/edit.vue
+++ b/pages/models/_id/edit.vue
@@ -1,7 +1,7 @@
<template lang="pug">
.mx-auto.w-90p.py-6#modelpage(class="sm:px-6 lg:px-8 md:max-w-7xl")
- h1.text-3xl.font-bold Edit {{ model.name }}
- a.mt-3.mb-5.block.flex(:href="'/models/'+model.id" class="hover:underline")
+ h1.text-3xl.font-bold(class="dark:text-white") Edit {{ model.name }}
+ a.mt-3.mb-5.block.flex(:href="'/models/'+model.id" class="hover:underline dark:text-white")
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="mr-2 w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M15.75 19.5L8.25 12l7.5-7.5" />
</svg>