fix some mono fonts

This commit is contained in:
Scott Chacon 2023-03-10 07:24:01 -08:00
parent 536621d54e
commit e32a788056
2 changed files with 7 additions and 3 deletions

View File

@ -177,7 +177,7 @@
<div class="text-lg text-zinc-300 hover:text-zinc-200">
{project.title}
</div>
<div class="font-mono text-base break-words text-zinc-500">
<div class="text-base break-words text-zinc-500">
{project.path}
</div>
</div>

View File

@ -139,7 +139,9 @@
{#each Object.entries(fileSessions) as filetime}
<div class="flex flex-row justify-between">
<div class="font-mono text-zinc-100">{filetime[0]}</div>
<div class="text-zinc-400">{@html timestampsToSpark(filetime[1])}</div>
<div class="font-mono text-zinc-400">
{@html timestampsToSpark(filetime[1])}
</div>
</div>
{/each}
</div>
@ -152,7 +154,9 @@
<div>
<h2 class="mb-2 text-lg font-bold text-zinc-300">Work in Progress</h2>
{#if $filesStatus.length == 0}
<div class="rounded bg-green-900 p-4 text-green-400 border border-green-700">Everything is committed</div>
<div class="rounded bg-green-900 p-4 text-green-400 border border-green-700">
Everything is committed
</div>
{:else}
<div class="rounded bg-yellow-500 p-4 text-yellow-900 border border-yellow-600 font-mono">
<ul class="pl-4">