Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/web/src/pages/browse/[title].astro
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ const chapters: ChapterView[] = sortedChapters.map(([chapterNum, chapterEntries]
Ch. {ch.chapterNum}
</a>
{ch.chapterHint && (
<span class="truncate text-xs text-gray-400 dark:text-gray-600">&mdash; {ch.chapterHint}</span>
<span class="truncate text-xs text-slate dark:text-gray-400">&mdash; {ch.chapterHint}</span>
)}
</span>
<span class="ml-auto flex items-center gap-2 text-xs text-gray-400">
Expand Down
Loading