Initial commit - Migrated to Dev environment
This commit is contained in:
8
frontend/src/style.css
Executable file
8
frontend/src/style.css
Executable file
@@ -0,0 +1,8 @@
|
||||
@import "tailwindcss";
|
||||
|
||||
/* Tiszta CSS-t használunk a body-hoz a hiba elkerülése végett */
|
||||
body {
|
||||
background-color: #f9fafb; /* gray-50 */
|
||||
margin: 0;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
Reference in New Issue
Block a user