Skip to content

Commit

Permalink
Adding layer to base style (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamir198 authored Aug 13, 2023
1 parent 312d36c commit a62fa88
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions dashboard/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
body {
color: theme("colors.body");
font-family: "Roboto", serif;

@layer base {
body {
color: theme("colors.body");
font-family: "Roboto", serif;
}
}

button,
Expand Down

0 comments on commit a62fa88

Please sign in to comment.