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

appview: repo: improve plaintext readme rendering

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