mirror of
https://github.com/Zippland/worth-buying.git
synced 2026-02-07 00:22:07 +08:00
19 lines
342 B
CSS
19 lines
342 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
html, body {
|
|
padding: 0;
|
|
margin: 0;
|
|
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
|
|
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
|
|
}
|
|
|
|
body {
|
|
background-color: #f9fafb;
|
|
color: #374151;
|
|
}
|
|
|
|
* {
|
|
box-sizing: border-box;
|
|
} |