docs(style): use Tailwind to customize the docs colors

This commit is contained in:
Joakim Carlstein 2023-12-18 14:31:52 +01:00 committed by Joakim Carlstein
parent bf52bd0d3c
commit 43f4df5f37
5 changed files with 309 additions and 11 deletions

View file

@ -15,7 +15,10 @@
},
"dependencies": {
"@astrojs/starlight": "^0.15.0",
"@astrojs/starlight-tailwind": "2.0.1",
"@astrojs/tailwind": "^5.0.3",
"astro": "^4.0.1",
"sharp": "^0.32.5"
"sharp": "^0.32.5",
"tailwindcss": "^3.3.6"
}
}