casino/frontend/src/styles.css
Jan-Marlon Leibl 21bdbab1cf
Some checks failed
CI / prettier (pull_request) Failing after 17s
CI / test-build (pull_request) Successful in 35s
style: Update CSS formatting and add theme variables
2025-02-12 11:45:12 +01:00

12 lines
227 B
CSS

@import "tailwindcss";
@theme {
--color-deep-blue: #0F212E;
--color-deep-blue-light: #1A2C38;
--color-deep-blue-contrast: #1B2C3B;
--color-light-blue: #1475E1;
}
body {
@apply bg-deep-blue text-gray-100;
}