From e618b0f3b610f34c1f2f092c078885fdd1da4fff Mon Sep 17 00:00:00 2001 From: incognitotgt Date: Mon, 22 Jul 2024 08:28:13 -0400 Subject: [PATCH] colors fix --- src/global.css | 28 ++++++++++++++-------------- tailwind.config.ts | 1 - 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/src/global.css b/src/global.css index b083582..bd19a07 100644 --- a/src/global.css +++ b/src/global.css @@ -4,21 +4,21 @@ @tailwind utilities; @layer base { - :root { - /* --background-image: url("/assets/media/backgrounds/full-inverted.png"); */ - --background: 0, 0%, 7%; - --background-secondary: 0, 0%, 13%; - --interactive: 0, 0%, 20%; - --interactive-secondary: 0, 0%, 47%; - --border: 0, 0%, 27%; - --accent: 0, 0%, 27%; - --text: 0, 0%, 100%; - --text-secondary: 0, 0%, 87%; - } + :root { + /* --background-image: url("/assets/media/backgrounds/full-inverted.png"); */ + --background: 0, 0%, 7%; + --background-secondary: 0, 0%, 13%; + --interactive: 0, 0%, 20%; + --interactive-secondary: 0, 0%, 47%; + --border: 0, 0%, 27%; + --accent: 0, 0%, 27%; + --text: 0, 0%, 100%; + --text-secondary: 0, 0%, 87%; + } } @layer base { - body { - @apply h-full; - } + body { + @apply h-full; + } } diff --git a/tailwind.config.ts b/tailwind.config.ts index 7c58b72..d2ed6c7 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -1,4 +1,3 @@ -import { D } from "dist/server/chunks/astro/assets-service_qhrK6M8N.mjs"; module.exports = { content: ["./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}"],