Make plaintext project summary transparent

This commit is contained in:
Drew DeVault 2020-11-25 13:15:49 -05:00
parent 074810fba5
commit 9154800871
2 changed files with 7 additions and 1 deletions

View File

@ -149,7 +149,9 @@
</div>
{% else %}
{% if not summary_error %}
{{summary}}
<div class="readme">
{{summary}}
</div>
{% else %}
<div class="alert alert-danger">
An internal error occured fetching the README for this project.

View File

@ -154,3 +154,7 @@ h5 .tags {
font-weight: normal;
font-size: 0.9rem;
}
.readme > pre {
background: transparent;
}