Monorepo for Tangled tangled.org
2

Configure Feed

Select the types of activity you want to include in your feed.

appview/pages: tweak commit timestamp colors a bit

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

author
oppiliappan
committer
Lewis
date (May 29, 2026, 2:50 PM +0300) commit 08cb1ad1 parent ebca9c2e change-id mntyqpzq
+1 -1
+1 -1
appview/pages/templates/repo/commit.html
··· 35 35 <span class="px-1 select-none before:content-['\00B7']"></span> 36 36 <span class="inline-flex flex-wrap items-center gap-1"> 37 37 {{ template "repo/fragments/time" $commit.Committer.When }} 38 - <span class="text-gray-400 dark:text-gray-500">({{ $commit.Committer.When | longTimeFmt }})</span> 38 + <span class="text-gray-500 dark:text-gray-400">({{ $commit.Committer.When | longTimeFmt }})</span> 39 39 </span> 40 40 <span class="px-1 select-none before:content-['\00B7']"></span> 41 41