From 8c6b701c87931ea54edaa2597f308d3311fa6076 Mon Sep 17 00:00:00 2001 From: samipe Date: Thu, 25 Apr 2024 15:49:37 +0300 Subject: [PATCH] news picture prefers-color-scheme support --- src/components/News.vue | 16 +++++++++++++--- src/js/contentfulClient.js | 3 ++- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/src/components/News.vue b/src/components/News.vue index 9f1c094f..177949bc 100644 --- a/src/components/News.vue +++ b/src/components/News.vue @@ -21,7 +21,13 @@ :key="entry.id" class="flex border-bottom-bg p-medium">
- + + + + + + +
@@ -42,7 +48,11 @@