style: Update CSS formatting and add theme variables #20

Merged
jank1619 merged 2 commits from task/add-theming-styles into main 2025-02-12 10:48:03 +00:00
Showing only changes of commit aea34424b8 - Show all commits

View File

@ -1,12 +1,12 @@
@import "tailwindcss"; @import 'tailwindcss';
@theme { @theme {
--color-deep-blue: #0F212E; --color-deep-blue: #0f212e;
--color-deep-blue-light: #1A2C38; --color-deep-blue-light: #1a2c38;
--color-deep-blue-contrast: #1B2C3B; --color-deep-blue-contrast: #1b2c3b;
--color-light-blue: #1475E1; --color-light-blue: #1475e1;
} }
body { body {
@apply bg-deep-blue text-gray-100; @apply bg-deep-blue text-gray-100;
} }