Skip to content

Commit

Permalink
Update style tag
Browse files Browse the repository at this point in the history
  • Loading branch information
altugbakan committed Nov 16, 2023
1 parent 8b8136e commit d14d793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const { title } = Astro.props;
<meta property="twitter:description" content="My personal website" />
<meta property="twitter:image" content="https://alt.ug/images/meta.png" />

<style is:global>
<style>
html.dark {
@apply bg-zinc-900 from-zinc-900 to-zinc-800 text-white;
}
Expand Down

0 comments on commit d14d793

Please sign in to comment.