aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Castiel <sebastien@castiel.me>2023-12-15 10:34:00 -0500
committerSebastien Castiel <sebastien@castiel.me>2023-12-15 10:34:00 -0500
commit66ab0ff82bbcb3294d3a0fb84ae5ffcae9910e26 (patch)
tree685731e70ad838dbc2b3d70450e090e1e5fc31c9
parent541827eb9a4dc39d3d77b74f5f3107b1533596e5 (diff)
Add background
-rw-r--r--src/app/layout.tsx2
-rw-r--r--src/app/page.tsx2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 982ed57..c6965b9 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -67,7 +67,7 @@ export default function RootLayout({
{env.PLAUSIBLE_DOMAIN && (
<PlausibleProvider domain={env.PLAUSIBLE_DOMAIN} trackOutboundLinks />
)}
- <body className="pt-16 min-h-[100dvh] flex flex-col items-stretch">
+ <body className="pt-16 min-h-[100dvh] flex flex-col items-stretch bg-slate-50 bg-opacity-30 dark:bg-background">
<ThemeProvider
attribute="class"
defaultTheme="system"
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1971b3a..9ba90ab 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -17,7 +17,7 @@ export default function HomePage() {
<main>
<section className="py-16 md:py-24 lg:py-32">
<div className="container flex max-w-screen-md flex-col items-center gap-4 text-center">
- <h1 className="!leading-none font-bold text-3xl sm:text-5xl md:text-6xl lg:text-7xl landing-header">
+ <h1 className="!leading-none font-bold text-3xl sm:text-5xl md:text-6xl lg:text-7xl landing-header py-2">
Share <strong>Expenses</strong> <br /> with <strong>Friends</strong>{' '}
& <strong>Family</strong>
</h1>