Monorepo for Tangled tangled.org

appview: repo: improve plaintext readme rendering

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