diff options
| author | Syndamia <kamen@syndamia.com> | 2026-03-21 19:07:18 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2026-03-21 19:07:18 +0200 |
| commit | c310a5d0478aa171d6ed0dbaefb000d1f29f7b95 (patch) | |
| tree | 0e63d32088625bb78723ac90ef73afe9a056cead /cgit.css | |
| parent | e07ba41167100d54cfe91bd11dbf9a53aa700c32 (diff) | |
| download | cgit_theme-master.tar cgit_theme-master.tar.gz cgit_theme-master.zip | |
Diffstat (limited to 'cgit.css')
| -rw-r--r-- | cgit.css | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 */ |
