🎨 changed base color to zinc 800

This commit is contained in:
Ian Donahue 2023-03-03 18:23:18 +01:00
parent d2bbf1cfa0
commit e27f8d463f
4 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@
let projects: Writable<any> = getContext('projects');
</script>
<div class="flex flex-row items-center bg-zinc-900 text-zinc-400">
<div class="flex flex-row items-center bg-zinc-800 text-zinc-400">
<a class="" href="/">
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path

View File

@ -21,7 +21,7 @@
<div class="flex flex-col min-h-full max-h-full h-full bg-zinc-800 text-zinc-400">
<header
data-tauri-drag-region
class="flex flex-row items-center h-full max-h-8 border-b select-none text-zinc-400 border-zinc-700 bg-zinc-900 "
class="flex flex-row items-center h-full max-h-8 border-b select-none text-zinc-400 border-zinc-700 bg-zinc-800 "
>
<div class="ml-24">
<BackForwardButtons />
@ -40,7 +40,7 @@
</a>
</header>
<div class="flex-auto overflow-auto bg-zinc-900 text-zinc-400">
<div class="flex-auto overflow-auto bg-zinc-800 text-zinc-400">
<slot />
</div>
<Toaster />

View File

@ -175,7 +175,7 @@
class="hover:text-zinc-200 text-zinc-300 text-lg"
href="/projects/{project.id}/">{project.title}</a
>
<div class="text-zinc-500 font-mono">
<div class="text-zinc-500 font-mono break-words">
{project.path}
</div>
</div>
@ -203,7 +203,7 @@
<div class="absolute bottom-0 left-0 w-full">
<div
class="flex items-center flex-shrink-0 p-4 h-18 border-t select-none border-zinc-700 bg-zinc-900"
class="flex items-center flex-shrink-0 p-4 h-18 border-t select-none border-zinc-700 bg-zinc-800"
>
<div class="text-sm text-zinc-300">Timeline</div>
</div>

View File

@ -68,7 +68,7 @@
<footer class="w-full text-sm font-medium">
<div
class="flex items-center flex-shrink-0 h-6 border-t select-none border-zinc-700 bg-zinc-900 "
class="flex items-center flex-shrink-0 h-6 border-t select-none border-zinc-700 bg-zinc-800 "
>
<div class="flex flex-row mx-4 items-center space-x-2 justify-between w-full">
{#if $project?.api?.sync}