Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 committed Jan 4, 2025
1 parent 827da01 commit b34fb01
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
8 changes: 8 additions & 0 deletions assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
@plugin "daisyui";
@config '../tailwind.config.ts';

@theme {
--color-green: oklch(69% 0.119722 188.479048);
--color-red: oklch(64% 0.218 28.85);
--color-purple: oklch(51.49% 0.215 321.03);
--color-blue: oklch(65% 0.171 249.5);
--color-orange: oklch(70% 0.186 48.13);
}

@plugin "daisyui/theme" {
name: "dark";
default: false;
Expand Down
7 changes: 0 additions & 7 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ export default {
backgroundImage: {
"gradient-radial": "radial-gradient(var(--tw-gradient-stops))",
},
colors: {
green: "oklch(69% 0.119722 188.479048)",
red: "oklch(64% 0.218 28.85)",
purple: "oklch(51.49% 0.215 321.03)",
blue: "oklch(65% 0.171 249.5)",
orange: "oklch(70% 0.186 48.13)",
},
},
},
plugins: [Typography],
Expand Down

0 comments on commit b34fb01

Please sign in to comment.