From c8e3bf63b85ad4bad6fac6169613eb18f99a5646 Mon Sep 17 00:00:00 2001 From: Tanner Heffner Date: Sun, 3 Dec 2023 00:26:31 -0800 Subject: [PATCH] dress the menu up --- src/routes/(nowrapper)/christmas/+page.svelte | 22 ++++++++++++------- .../(nowrapper)/christmas/christmas.css | 5 ++++- src/routes/(nowrapper)/christmas/christmas.js | 16 +++++++++----- 3 files changed, 28 insertions(+), 15 deletions(-) diff --git a/src/routes/(nowrapper)/christmas/+page.svelte b/src/routes/(nowrapper)/christmas/+page.svelte index 7be896c..acd01d5 100644 --- a/src/routes/(nowrapper)/christmas/+page.svelte +++ b/src/routes/(nowrapper)/christmas/+page.svelte @@ -121,29 +121,35 @@
-

{data.title}

-

{data.where}

-

{data.when}

+

{data.title}

+

at

+

{data.where} | {data.when}

+ + +

Schedule

-

For dinner...

+

Menu

-

{data.disclaimer}

+

{data.disclaimer}

diff --git a/src/routes/(nowrapper)/christmas/christmas.css b/src/routes/(nowrapper)/christmas/christmas.css index 5a37045..f6ebc43 100644 --- a/src/routes/(nowrapper)/christmas/christmas.css +++ b/src/routes/(nowrapper)/christmas/christmas.css @@ -1,3 +1,6 @@ +body { + background-color: rgb(17 24 39 / var(--tw-bg-opacity)) !important; +} body::-webkit-scrollbar-thumb { background: repeating-linear-gradient(60deg, red 0 9%, white 10% 18%) !important; border-radius: 100vw !important; @@ -15,9 +18,9 @@ body::-webkit-scrollbar-track { } #snow { + position: fixed; height: 100%; left: 0; - position: absolute; top: 0; width: 100%; z-index: 1; diff --git a/src/routes/(nowrapper)/christmas/christmas.js b/src/routes/(nowrapper)/christmas/christmas.js index 110fb0f..7efd9e3 100644 --- a/src/routes/(nowrapper)/christmas/christmas.js +++ b/src/routes/(nowrapper)/christmas/christmas.js @@ -1,5 +1,5 @@ export const json = { - "title": "christmas dinner 2023", + "title": "Christmas Dinner", "where": "the purr palace", "when": "december 23, 2023", "agenda": [ @@ -14,24 +14,28 @@ export const json = { { "event": "presents", "time": "eventually" + }, + { + "event": "fun & games", + "time": "throughout" } ], "menu": [ { "name": "baked potato soup", - "ingredients": "yukon gold potato, cream, roasted pork belly, topped with chives and cheese" + "ingredients": "yukon gold potatoes, cream, roasted pork belly, chives, cheese" }, { "name": "winter salad", - "ingredients": "mixed greens, apples, cranberries, walnuts, tossed with cranberry vinaigrette", + "ingredients": "mixed greens, apples, cranberries, walnuts, cranberry vinaigrette", }, { "name": "duck a l'orange", - "ingredients": "roasted duck breast with an orange pan sauce, accompanied by porcini mushroom risotto and baked vegetables" + "ingredients": "roasted duck breast, orange pan sauce, porcini mushroom risotto, baked vegetables", }, { - "name": "assorted desserts", - "ingredients": "creme brulee, festive cookies, mousse" + "name": "dessert", + "ingredients": "creme brulee, assorted cookies, mousse" } ], "disclaimer": "all items are gluten-free, however some may contain dairy products"