forked from tangled.org/core
Monorepo for Tangled

appview/pages: add missing dark mode class for issue id

Signed-off-by: oppiliappan <me@oppi.li>

oppi.li f0f3e162 df2a0d82

verified
Changed files
+1 -1
appview
pages
templates
repo
issues
fragments
+1 -1
appview/pages/templates/repo/issues/fragments/issueListing.html
··· 8 8 class="no-underline hover:underline" 9 9 > 10 10 {{ .Title | description }} 11 - <span class="text-gray-500">#{{ .IssueId }}</span> 11 + <span class="text-gray-500 dark:text-gray-400">#{{ .IssueId }}</span> 12 12 </a> 13 13 </div> 14 14 <div class="text-sm text-gray-500 dark:text-gray-400 flex flex-wrap items-center gap-1">