This repository has been archived on 2025-02-19. You can view files and clone it, but cannot push or open issues or pull requests.
casino/frontend/src/styles.css

12 lines
227 B
CSS
Raw Normal View History

@import "tailwindcss";
2025-02-12 10:21:41 +01:00
@theme {
--color-deep-blue: #0F212E;
--color-deep-blue-light: #1A2C38;
--color-deep-blue-contrast: #1B2C3B;
--color-light-blue: #1475E1;
2025-02-12 10:21:41 +01:00
}
body {
@apply bg-deep-blue text-gray-100;
}