Skip to content

Commit

Permalink
fix(style): set html background color to white
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Jun 2, 2024
1 parent 956fb05 commit e82260c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
@tailwind utilities;

@layer base {
html {
@apply bg-white;
}

h1 {
@apply font-mono text-3xl;
}
Expand Down

0 comments on commit e82260c

Please sign in to comment.