Skip to content

Commit

Permalink
fix: css
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarneo committed Oct 29, 2024
1 parent ca304fc commit 4eabc1c
Show file tree
Hide file tree
Showing 6 changed files with 292 additions and 742 deletions.
8 changes: 4 additions & 4 deletions client/index.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

@font-face {
Expand Down Expand Up @@ -165,10 +169,6 @@ html {
min-height: 200px;
}

@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
html {
@apply font-sans bg-gray-900 text-gray-100;
Expand Down
Loading

0 comments on commit 4eabc1c

Please sign in to comment.