summaryrefslogtreecommitdiff
path: root/components/VHeader.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 /components/VHeader.vue
parent74f689fefb77328f22772bbdf9ebc6aefb01cdab (diff)
Dark mode
Diffstat (limited to 'components/VHeader.vue')
-rw-r--r--components/VHeader.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/VHeader.vue b/components/VHeader.vue
index 3ab2ca7..1f6a5d3 100644
--- a/components/VHeader.vue
+++ b/components/VHeader.vue
@@ -1,7 +1,7 @@
<template lang="pug">
div
- nav.bg-green-800
- .mx-auto.max-w-7xl.px-2(class="sm:px-6 lg:px-8")
+ nav.bg-green-800(class="dark:bg-gray-900")
+ .mx-auto.max-w-7xl.px-2(class="sm:px-6 lg:px-8 dark:border-b-1 dark:border-green-300")
.relative.flex.h-16.items-center.justify-between
.absolute.inset-y-0.left-0.flex.items-center(class="sm:hidden")
button.inline-flex.items-center.justify-center.rounded-md.p-2.text-gray-400(