summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cgit.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
index c1eda4c..c1cf6ad 100644
--- a/cgit.css
+++ b/cgit.css
@@ -1228,6 +1228,14 @@ div#cgit table.ssdiff td.space div {
.markdown-body table tr {
background-color: /*--gray-4*/#404040 !important;
}
+.markdown-body {
+ max-width: 60em;
+ margin: 0 auto;
+}
+.markdown-body img {
+ display: block;
+ margin: 1em 0em;
+}
/* syndamia.com highlighting style (desaturated gruvbox) 21.03.2026 */