hextra/assets/css/styles.css

26 lines
406 B
CSS
Raw Normal View History

@tailwind base;
@tailwind components;
@tailwind utilities;
@import "typography.css";
@import "components/cards.css";
@import "components/steps.css";
html {
@apply text-base antialiased;
font-feature-settings: "rlig" 1, "calt" 1, "ss01" 1;
-webkit-tap-highlight-color: transparent;
}
body {
@apply bg-white text-gray-900;
}
:root {
--primary-hue: 212deg;
}
.dark {
--primary-hue: 204deg;
}