New styling

This commit is contained in:
Henry Hiles 2025-01-25 14:09:07 +00:00
parent 0abbfe9088
commit b26079146c
23 changed files with 341 additions and 129 deletions

2
.vscode/launch.json vendored
View file

@ -2,7 +2,7 @@
"version": "0.2.0",
"configurations": [
{
"command": "./node_modules/.bin/astro dev",
"command": "deno task dev",
"name": "Development server",
"request": "launch",
"type": "node-terminal"