diff options
author | Case Duckworth | 2022-06-15 10:19:29 -0500 |
---|---|---|
committer | Case Duckworth | 2022-06-15 10:19:29 -0500 |
commit | b52aa69696836023e6f37293368e785bc0109ba2 (patch) | |
tree | 404da05a2a67c9d1a7af25ebe1ab9d61efd2fd0f | |
parent | Update padding (diff) | |
download | cgit-b52aa69696836023e6f37293368e785bc0109ba2.tar.gz cgit-b52aa69696836023e6f37293368e785bc0109ba2.zip |
colors
-rw-r--r-- | cgit.css | 2 |
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 | ||
892 | pre>code { | 892 | pre>code { |
893 | background-color: #ffe; | ||
893 | padding: 0 1em; | 894 | padding: 0 1em; |
895 | display: block; | ||
894 | } | 896 | } |
895 | 897 | ||
896 | div#cgit div.content table.blob pre>code { | 898 | div#cgit div.content table.blob pre>code { |