about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-06-15 10:19:29 -0500
committerCase Duckworth2022-06-15 10:19:29 -0500
commitb52aa69696836023e6f37293368e785bc0109ba2 (patch)
tree404da05a2a67c9d1a7af25ebe1ab9d61efd2fd0f
parentUpdate padding (diff)
downloadcgit-b52aa69696836023e6f37293368e785bc0109ba2.tar.gz
cgit-b52aa69696836023e6f37293368e785bc0109ba2.zip
colors
-rw-r--r--cgit.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css index 201cba5..1955ecc 100644 --- a/cgit.css +++ b/cgit.css
@@ -890,7 +890,9 @@ div#cgit table.ssdiff td.space div {
890} 890}
891 891
892pre>code { 892pre>code {
893 background-color: #ffe;
893 padding: 0 1em; 894 padding: 0 1em;
895 display: block;
894} 896}
895 897
896div#cgit div.content table.blob pre>code { 898div#cgit div.content table.blob pre>code {