Skip to content

Commit

Permalink
fix: fix background in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Oct 26, 2023
1 parent c9142a0 commit cedd11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/.vitepress/theme/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const { page, frontmatter, site } = useData()
</script>

<template>
<div class="antialiased dark:bg-gray-50">
<div class="antialiased dark:bg-neutral-900">
<div class="max-w-3xl mx-auto px-4 sm:px-6 xl:max-w-5xl xl:px-0">
<nav class="flex justify-between items-center py-10 font-bold">
<a class="text-xl" href="/" :aria-label="site.title">
Expand Down

0 comments on commit cedd11f

Please sign in to comment.