mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 19:51:07 +02:00
feat: add font family and global styles
This commit is contained in:
parent
8a3e01fb96
commit
0bfb9aab0a
134 changed files with 154 additions and 10 deletions
|
@ -3,3 +3,12 @@
|
|||
--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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue