Files
aperonight/app/assets/stylesheets/application.postcss.css
2025-08-28 15:11:42 +02:00

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;
}