diff --git a/frontend/src/css/app.css b/frontend/src/css/app.css index c71471a..7365c98 100644 --- a/frontend/src/css/app.css +++ b/frontend/src/css/app.css @@ -29,6 +29,7 @@ body { header, main, footer { + background: white; height: 100%; width: 100%; display: grid; diff --git a/frontend/src/lib/components/Tabs.svelte b/frontend/src/lib/components/Tabs.svelte index e681874..a6efa3e 100644 --- a/frontend/src/lib/components/Tabs.svelte +++ b/frontend/src/lib/components/Tabs.svelte @@ -33,16 +33,22 @@ -
- - - -
-
- +
+
+ + + +
+
+ +
\ No newline at end of file