hextra/assets/css/styles.css
Xin c8eb404fe6 feat: implement common components
feat: implement sidebar

feat: implement footer

feat: implement breadcrumb

chore: add typography styles

chore: add heading anchor link

chore: add postcss-nested
2023-08-16 20:39:01 +01:00

25 lines
343 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@import "typography.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;
}