From f8ed55f407a7273084368ecc2fe87e0a13d65496 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 6 Jan 2021 10:44:47 -0500 Subject: [PATCH] Various improvements for dark theme --- gitsrht/templates/utils.html | 6 +++--- scss/main.scss | 12 +++++++++++- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/gitsrht/templates/utils.html b/gitsrht/templates/utils.html index a3f1f7a..fdbda60 100644 --- a/gitsrht/templates/utils.html +++ b/gitsrht/templates/utils.html @@ -143,12 +143,12 @@ endif %}{% endfor %} {% if not skip_body %} {% if full_body %} -
{{c.message}}
+
{{c.message}}
 {%- if diff %}
 {{diffstat(diff, anchor=c.oid.hex + "-")}}{% endif -%}
 
{% else %} -
{{ trim_commit(c.message) }}
+
{{ trim_commit(c.message) }}
{% endif %} {% endif %} {% endmacro %} @@ -156,7 +156,7 @@ endif %}{% endfor %} {% macro commit_diff(repo, commit, diff, anchor="", target_blank=False) %} {# God, working with
 tags is such a fucking mess #}
 {% for patch in diff %}
-
{#
   #}{{patch.delta.status_char()}} {% if parent %}