forked from tangled.org/core
Monorepo for Tangled — https://tangled.org

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
···
class="no-underline hover:underline"
>
{{ .Title | description }}
-
<span class="text-gray-500">#{{ .IssueId }}</span>
+
<span class="text-gray-500 dark:text-gray-400">#{{ .IssueId }}</span>
</a>
</div>
<div class="text-sm text-gray-500 dark:text-gray-400 flex flex-wrap items-center gap-1">