blog/src/styles/global.css
2025-01-18 11:09:36 +00:00

14 lines
464 B
CSS

:root {
--uno-colors-primary: theme('colors.primary');
--uno-colors-backgroundStart: theme('colors.backgroundStart');
--uno-colors-backgroundEnd: theme('colors.backgroundEnd');
}
html {
--at-apply: 'min-h-full font-sans text-[62.5%] bg-gradient-to-b from-backgroundStart to-backgroundEnd c-primary antialiased scroll-smooth';
}
body {
--at-apply: 'min-h-screen text-[1.6rem] m-0';
}
h1, h2, h3 {
text-rendering: optimizeLegibility;
}