forked from tangled.org/core
this repo has no description

appview: profile: fix closed-pulls pill style

Changed files
+1 -1
appview
pages
templates
+1 -1
appview/pages/templates/user/profile.html
··· 179 179 180 180 181 181 {{ if gt $stats.Closed 0 }} 182 - <span class="px-2 py-1/2 text-sm rounded text-black dark:text-white bg-gray-50 dark:bg-gray-700 "> 182 + <span class="px-2 py-1/2 text-sm rounded text-white bg-gray-800 dark:bg-gray-700"> 183 183 {{$stats.Closed}} closed 184 184 </span> 185 185 {{ end }}