From ac0a8df205ed2ab585ce0764a8301d816e24db3c Mon Sep 17 00:00:00 2001 From: Fluffy Date: Fri, 26 Apr 2024 18:54:04 +0100 Subject: [PATCH] Awooga, add background to table Yeet title for commonly asked questions --- front/src/pages/PageContact.svelte | 6 +++--- front/src/pages/PageIndex.svelte | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/front/src/pages/PageContact.svelte b/front/src/pages/PageContact.svelte index f2f5df3..6f3a256 100644 --- a/front/src/pages/PageContact.svelte +++ b/front/src/pages/PageContact.svelte @@ -31,9 +31,9 @@

Contact us

-
-

Commonly Asked Questions

-
+ + +

If you ordered online, if we haven't started making your food yet, a refund is possible.

diff --git a/front/src/pages/PageIndex.svelte b/front/src/pages/PageIndex.svelte index b08033f..2879b67 100644 --- a/front/src/pages/PageIndex.svelte +++ b/front/src/pages/PageIndex.svelte @@ -146,6 +146,7 @@ #timetable { border-radius: $border-radius-normal; border: 1px solid rgba(#000, 0.1); + background-color: $color-light; overflow: hidden;