Make dark mode backgrounds darker
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<nav class="bg-white border-b border-slate-900/10 dark:bg-zinc-800 dark:border-slate-300/10">
|
||||
<nav class="border-b border-slate-900/10 dark:border-slate-300/10">
|
||||
<div class="mx-auto max-w-5xl px-4 sm:px-6 lg:px-8">
|
||||
<div class="flex h-16 justify-between">
|
||||
<div class="flex">
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
<script defer phx-track-static type="text/javascript" src={~p"/assets/app.js"}>
|
||||
</script>
|
||||
</head>
|
||||
<body class="bg-white dark:bg-zinc-800">
|
||||
<body class="bg-white dark:bg-zinc-900">
|
||||
<%= @inner_content %>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user