Skip to content

Commit

Permalink
accept all styles
Browse files Browse the repository at this point in the history
  • Loading branch information
toonami2907 committed Jul 21, 2024
1 parent 3c7f069 commit 1bd5fb2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions app/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,17 +81,14 @@ body {
}
}

@font-face {
font-family: "inter";
src: url(" /fonts/Inter-Medium.ttf");
}


@layer base {
* {
@apply border-border;
}
body {
@apply bg-background text-foreground font-["inter"];
@apply bg-background text-foreground ;
}
.input_style {
@apply w-full h-14 flex flex-col pt-3 pr-16 pb-3 pl-3 text-gray-400 border border-gray-300 rounded-md shadow-sm outline-none;
Expand Down

0 comments on commit 1bd5fb2

Please sign in to comment.