From b78c917ddfe50f70cb348c6326ffd006fd1a0805 Mon Sep 17 00:00:00 2001 From: Ivan Kuzmenko <6745157+rndtrash@users.noreply.github.com> Date: Sat, 12 Jul 2025 22:37:43 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BF=D1=81=D0=B5=D0=B2=D0=B4=D0=BE=D0=BD=D0=B8=D0=BC=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20=D0=BF=D0=B0=D0=BF=D0=BA=D0=B8=20`src/`,=20?= =?UTF-8?q?=D0=98=D0=B7=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=D1=81=D1=8F=20=D0=BE?= =?UTF-8?q?=D1=82=20=D0=BE=D1=82=D0=BD=D0=BE=D1=81=D0=B8=D1=82=D0=B5=D0=BB?= =?UTF-8?q?=D1=8C=D0=BD=D1=8B=D1=85=20=D0=BF=D1=83=D1=82=D0=B5=D0=B9=20?= =?UTF-8?q?=D0=B2=20app.css,=20=D0=A1=D0=B4=D0=B5=D0=BB=D0=B0=D0=BB=20?= =?UTF-8?q?=D0=BA=D0=BB=D0=B0=D1=81=D1=81=20=D1=84=D0=BE=D0=BD=D0=B0=20?= =?UTF-8?q?=D0=BE=D0=B1=D1=89=D0=B8=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.css | 6 +++++- src/routes/+page.svelte | 8 +------- svelte.config.js | 3 +++ 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/src/app.css b/src/app.css index 5ca67e0..06dd7c0 100644 --- a/src/app.css +++ b/src/app.css @@ -1,6 +1,6 @@ @import "tailwindcss"; @plugin "@tailwindcss/typography"; -@config "../tailwind.config.ts"; +@config "$src/../tailwind.config.ts"; @font-face { font-family: 'Lineyka'; @@ -29,4 +29,8 @@ .no-x-scroll { max-width: 100%; overflow-x: hidden; +} + +.hero-background { + @apply bg-[url('/common/background-day.webp')] dark:bg-[url('/common/background-night.webp')] bg-cover bg-fixed; } \ No newline at end of file diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 67b2cf0..fbeead9 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -138,13 +138,7 @@