- 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>
10 lines
260 B
CSS
10 lines
260 B
CSS
@import "tailwindcss";
|
|
|
|
html {
|
|
@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; */
|
|
} |