forked from tangled.org/core
Monorepo for Tangled

appview: repo: improve plaintext readme rendering

authored by oppi.li and committed by Tangled 2268ed60 65defd9c

Changed files
+1 -1
appview
pages
templates
repo
+1 -1
appview/pages/templates/repo/index.html
··· 340 340 dark:[&_pre]:border dark:[&_pre]:border-gray-700 341 341 {{ end }}" 342 342 > 343 - <article class="{{ if .Raw }}whitespace-pre{{ end }}">{{- if .Raw -}}<pre class="dark:bg-gray-900 dark:text-gray-200 dark:border dark:border-gray-700 dark:p-4 dark:rounded"> 343 + <article class="{{ if .Raw }}whitespace-pre{{ end }}">{{- if .Raw -}}<pre class="dark:bg-gray-800 dark:text-white overflow-x-scroll"> 344 344 {{- .HTMLReadme -}} 345 345 </pre> 346 346 {{- else -}}