blue chapter time looks better on white/dark mode alike

This commit is contained in:
Sai Karthik 2022-06-17 13:24:40 +05:30
parent 3e15c11be8
commit b856239427
No known key found for this signature in database
GPG Key ID: F5B9A961BF6EAF0E
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<img :src="chapter.image" :alt="chapter.title" class="" />
<div class="m-1 flex">
<span class="text-truncate text-sm" :title="chapter.title" v-text="chapter.title" />
<span class="text-sm font-bold text-yellow-500" v-text="timeFormat(chapter.start)" />
<span class="text-sm font-bold text-blue-500" v-text="timeFormat(chapter.start)" />
</div>
</div>
</div>