Skip to content

Commit

Permalink
tailwind colors
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-wildcard committed May 2, 2024
1 parent 372e8cf commit a34baa7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

body {
@apply bg-neutral1;
}
}

@layer utilities {
Expand Down
8 changes: 8 additions & 0 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ export default {
sans: ["DM Sans Variable", "sans-serif"],
arial: ["Arial", "sans-serif"],
},
colors: {
primary: "#0f2e20",
paragraph: "#05100b",
secondary: "#3d4c5e",
neutral1: "#fefaf5",
neutral2: "#f4efea",
neutral3: "#d9e1dd",
},
},
plugins: [],
} satisfies Config;

0 comments on commit a34baa7

Please sign in to comment.