Skip to content

Commit

Permalink
style: use dark background for body
Browse files Browse the repository at this point in the history
  • Loading branch information
barraIhsan committed Aug 24, 2024
1 parent ab4775c commit 4664748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const { title } = Astro.props;
<title>{title}</title>
</head>

<body>
<body class="bg-gray-900 text-gray-50">
<slot />

<script>
Expand Down

0 comments on commit 4664748

Please sign in to comment.