Update the background color for the dark theme for the whole page.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<.partial_navbar page_title={assigns[:page_title]} />
|
||||
</header>
|
||||
|
||||
<main class="px-4 pt-20 pb-2 sm:px-6 lg:px-8 dark:bg-gray-900">
|
||||
<main class="px-4 pt-20 pb-2 sm:px-6 lg:px-8">
|
||||
<div class="mx-auto max-w-4xl">
|
||||
<.flash_group flash={@flash} />
|
||||
{@inner_content}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<script defer phx-track-static type="text/javascript" src={~p"/assets/app.js"}>
|
||||
</script>
|
||||
</head>
|
||||
<body class="bg-white">
|
||||
<body class="bg-white dark:bg-gray-900">
|
||||
{@inner_content}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user