feat: implement navbar, update styles and docs

chore: add styles to html and body

chore: update theme for tailwind config

chore: update colors

chore: add list layout override for docs

chore: update default layouts

chore: update contents
This commit is contained in:
Xin
2023-07-25 23:27:01 +01:00
parent 3ec2e18870
commit e0bfaf0467
18 changed files with 303 additions and 142 deletions

View File

@ -1,3 +1,22 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
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;
}