Skip to content

Commit

Permalink
Use a lighter background color
Browse files Browse the repository at this point in the history
  • Loading branch information
morr0ne committed May 19, 2024
1 parent 2424920 commit 41bc2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Base.astro
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const { title, description } = Astro.props;
<meta property="twitter:description" content={description} />
<!-- <meta property="twitter:image" content={new URL(image, Astro.url)} /> -->
</head>
<body class="bg-stone-950 text-white font-mono">
<body class="bg-neutral-900 text-white font-mono">
<div class="max-w-5xl m-auto h-screen flex flex-col justify-between">
<Header />
<main class="flex-1">
Expand Down

0 comments on commit 41bc2bb

Please sign in to comment.