13 lines
220 B
CSS
Executable File
13 lines
220 B
CSS
Executable File
/* Entry point for your PostCSS build */
|
|
|
|
/* Import Tailwind using PostCSS */
|
|
@import "tailwindcss";
|
|
|
|
/* Import flash message styles */
|
|
@import "components/flash";
|
|
|
|
/** Default text color */
|
|
body {
|
|
color: #555555;
|
|
}
|