macbook 에서 리눅스로 이동
This commit is contained in:
17
frontend/app/assets/css/main.css
Normal file
17
frontend/app/assets/css/main.css
Normal file
@@ -0,0 +1,17 @@
|
||||
@import "tailwindcss";
|
||||
|
||||
@source "../..";
|
||||
|
||||
@theme static {
|
||||
--font-sans: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
@layer base {
|
||||
body {
|
||||
margin: 0;
|
||||
min-height: 100vh;
|
||||
font-family: var(--font-sans);
|
||||
background: #020617;
|
||||
color: #e2e8f0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user