Skip to content

Commit

Permalink
colors fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IncognitoTGT committed Jul 22, 2024
1 parent a70e57c commit e618b0f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
28 changes: 14 additions & 14 deletions src/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
1 change: 0 additions & 1 deletion tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -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}"],
Expand Down

0 comments on commit e618b0f

Please sign in to comment.