[PIE-8] Add recipe detail view And Other Major Changes (!6)

- Adds /recipe/:id page
- (Almost!) fully designed and functional recipe view
- Has steps, images, ingredients, peripheral info (work/wait time, rating, description, servings)
- New colour scheme! Much more monotone but in a nice way (imo)
- New font, not condensed
- Several more smaller design changes
Co-authored-by: june <self@breadone.net>
Co-committed-by: june <self@breadone.net>
This commit was merged in pull request #6.
This commit is contained in:
2025-08-13 16:54:05 +12:00
committed by June
parent c1910a71c6
commit b8de3e82e9
15 changed files with 502 additions and 29 deletions

View File

@@ -1,7 +1,10 @@
@import "tailwindcss";
html {
/* @apply bg-[#1d1f21]; */
@apply bg-[#fafafa];
@apply font-stretch-condensed;
@apply bg-[#1d1f21];
/* @apply bg-[#fafafa]; */
@apply text-white;
/* @apply font-; */
@apply font-sans;
/* font-family: 'SF Pro Display', 'Segoe UI', 'Helvetica Neue', Arial, 'Noto Sans', sans-serif; */
}