Skip to content

Commit

Permalink
Fix small UI bug in dark mode - it was only 50% dark (._. ) [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Padi2312 committed Mar 25, 2024
1 parent 9ff70f7 commit d80c0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/components/Content.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
export let content: string = "";
</script>

<main class="flex md:p-10 p-4">
<main class="flex md:p-10 p-4 bg-white dark:bg-zinc-800">
<div
class="content-container lg:max-w-screen-lg md:max-w-screen-md sm:max-w-none"
>
Expand Down

0 comments on commit d80c0c5

Please sign in to comment.