diff options
author | Santo Cariotti <santo@dcariotti.me> | 2022-10-03 22:17:07 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2022-10-03 22:20:05 +0200 |
commit | 13bf10f9c83bdf14a637d7dc6ed5d959684c8d18 (patch) | |
tree | dfef5636d02c8feba669b9b1b8d47247eb69447c /layouts/default.vue | |
parent | 128f7947ed87bbf36a30e51588809263b8b7efdc (diff) |
Drop "system" color preference
Diffstat (limited to 'layouts/default.vue')
-rw-r--r-- | layouts/default.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/default.vue b/layouts/default.vue index b6da206..35c816b 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -1,5 +1,5 @@ <template> - <div :class="$colorMode.preference"> + <div :class="$colorMode.preference == 'light' ? 'light' : 'dark'"> <VHeader /> <main> <Nuxt /> |