first commit
This commit is contained in:
33
src/index.css
Normal file
33
src/index.css
Normal file
@@ -0,0 +1,33 @@
|
||||
@import "tailwindcss";
|
||||
|
||||
@plugin "@tailwindcss/typography";
|
||||
|
||||
:root {
|
||||
color-scheme: light;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
min-height: 100vh;
|
||||
font-family:
|
||||
ui-sans-serif,
|
||||
system-ui,
|
||||
-apple-system,
|
||||
BlinkMacSystemFont,
|
||||
"Segoe UI",
|
||||
"Noto Sans Thai",
|
||||
"Noto Sans",
|
||||
"Helvetica Neue",
|
||||
Arial,
|
||||
"Apple Color Emoji",
|
||||
"Segoe UI Emoji";
|
||||
background: #fafafa;
|
||||
}
|
||||
|
||||
a:not([class]) {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
* {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
Reference in New Issue
Block a user