Skip to content

Commit

Permalink
design: decrease main panel contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyphyn committed Oct 5, 2023
1 parent 63235c6 commit 709aded
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/components/ui/layout/Shell.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<script lang="ts">
import Navbar from '$lib/components/ui/Navbar.svelte'
import { userSettings } from '$lib/settings.js'
import { routes } from '$lib/util.js'
Expand Down Expand Up @@ -34,7 +33,7 @@
/>
<slot
name="main"
class="w-full bg-slate-25 dark:bg-transparent justify-self-center"
class="w-full bg-slate-25 dark:bg-zinc-925 dark:bg-transparent justify-self-center shadow-sm"
style="grid-area: main"
/>
<slot
Expand Down
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export default {
700: '#34343b',
800: '#1f1f24',
900: '#121215',
925: '#0c0c0e',
},
primary: {
100: '#f1f5f9',
Expand Down

0 comments on commit 709aded

Please sign in to comment.