From b89f92953dcd422d18a9e6fc319b5d1c02dfa386 Mon Sep 17 00:00:00 2001 From: austnv Date: Sun, 24 May 2026 02:00:54 +0300 Subject: [PATCH] # feature: add dark/light theme support Realized by prefers-color-scheme media queries with Tailwind CSS --- src/App.vue | 2 +- src/components/AppFooter.vue | 12 ++++++------ src/components/AppHeader.vue | 18 +++++++++--------- src/components/FeaturesSection.vue | 18 +++++++++--------- src/components/HeroSection.vue | 6 +++--- src/components/PricingSection.vue | 26 +++++++++++++------------- src/components/StepsSection.vue | 18 +++++++++--------- src/components/TestimonialsSection.vue | 10 +++++----- 8 files changed, 55 insertions(+), 55 deletions(-) diff --git a/src/App.vue b/src/App.vue index 6743d42..04b48e9 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@