diff options
author | Thorsten Ortlepp <post@ortlepp.eu> | 2024-08-08 19:01:23 +0200 |
---|---|---|
committer | Thorsten Ortlepp <post@ortlepp.eu> | 2024-08-08 19:01:23 +0200 |
commit | 4cce84502e206bab2942e33e73ba964f5664397c (patch) | |
tree | c94f8f31a31e8d19886a1679f6f8df0b27e10b05 /views/commit.html | |
parent | 704ca72598608f0918b9d102108703f7dda64203 (diff) | |
download | git-arr-fork-4cce84502e206bab2942e33e73ba964f5664397c.zip |
Added dark mode from upstream project
Diffstat (limited to 'views/commit.html')
-rw-r--r-- | views/commit.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/commit.html b/views/commit.html index e21ff04..f753377 100644 --- a/views/commit.html +++ b/views/commit.html @@ -56,7 +56,9 @@ <hr/> % if can_colorize(c.diff.body): +<div class="colorized-src"> {{!colorize_diff(c.diff.body)}} +</div> % else: <pre class="diff-body"> {{c.diff.body}} |