hextra/assets/css/styles.css
Xin 8ed4573422 feat: add steps component
chore: rename breadcrumb-delimiter to chevron-right
2023-08-16 20:39:38 +01:00

26 lines
406 B
CSS

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