# feature: add dark/light theme support

Realized by prefers-color-scheme media queries with Tailwind CSS
This commit is contained in:
austnv
2026-05-24 02:00:54 +03:00
parent 5edd56a31f
commit b89f92953d
8 changed files with 55 additions and 55 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<div class="bg-gray-950 text-white font-sans antialiased min-h-screen">
<div class="bg-gray-50 dark:bg-gray-950 text-gray-900 dark:text-white font-sans antialiased min-h-screen">
<AppHeader />
<HeroSection />
<FeaturesSection />