From 1707f8cb432eedfc695ecf443e038b67f4663a86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Pereira?= Date: Thu, 30 Jun 2022 23:55:58 -0300 Subject: [PATCH] Change css style --- src/assets/css/main.scss | 2 +- src/components/Card/VCard.vue | 2 +- src/components/Gallery/GalleryImage.vue | 13 +++++++++---- src/components/Gallery/GalleryThumbnail.vue | 6 +++--- src/components/Gallery/ImageAttribution.vue | 2 +- src/components/Gallery/ImageViewer.vue | 4 ++-- src/components/Layout/LayoutHeader.vue | 4 ++-- src/modules/otus/views/Index.vue | 4 ++-- 8 files changed, 21 insertions(+), 16 deletions(-) diff --git a/src/assets/css/main.scss b/src/assets/css/main.scss index a4fbb55..c6ad81e 100644 --- a/src/assets/css/main.scss +++ b/src/assets/css/main.scss @@ -9,7 +9,7 @@ body { @apply bg-gray-100; - @apply dark:bg-gray-900; + @apply dark:bg-zinc-900; @apply font-inter; @apply dark:text-slate-400; } diff --git a/src/components/Card/VCard.vue b/src/components/Card/VCard.vue index caa11b5..a959021 100644 --- a/src/components/Card/VCard.vue +++ b/src/components/Card/VCard.vue @@ -1,5 +1,5 @@ \ No newline at end of file diff --git a/src/components/Gallery/GalleryImage.vue b/src/components/Gallery/GalleryImage.vue index 32a4fc0..0d1e0b7 100644 --- a/src/components/Gallery/GalleryImage.vue +++ b/src/components/Gallery/GalleryImage.vue @@ -4,10 +4,11 @@ class=" flex justify-center + border + print:hidden bg-white - dark:bg-gray-800 - border print:hidden - dark:border-gray-700" + dark:bg-zinc-800 + dark:border-zinc-800" >
@@ -12,7 +12,7 @@