diff options
author | Santo Cariotti <santo@dcariotti.me> | 2022-09-28 15:53:54 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2022-09-28 15:53:54 +0200 |
commit | 9d63a15e7b6f85d057300e6f7c8c04618dc761e4 (patch) | |
tree | 89b5c08d3cb88072e0ca737666b9c298a57084a9 /components/ModelBoxCard.vue | |
parent | 2e612d1aa02acfdd8fa47408819ee42df57cbe48 (diff) |
Dark mode is now darker
Diffstat (limited to 'components/ModelBoxCard.vue')
-rw-r--r-- | components/ModelBoxCard.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/ModelBoxCard.vue b/components/ModelBoxCard.vue index bdd8a8f..2881043 100644 --- a/components/ModelBoxCard.vue +++ b/components/ModelBoxCard.vue @@ -1,6 +1,6 @@ <template lang="pug"> .model.shadow-sm.rounded-lg.bg-white.p-4.w-full.h-80.duration-300( - class="hover:ease-out hover:shadow-md dark:bg-gray-600 dark:text-white" + class="hover:ease-out hover:shadow-md dark:bg-gray-800 dark:text-white" ) a(:href="'/models/'+model.id") .image.bg-gray-900.rounded-xl.w-full.h-48.overflow-hidden |