diff options
Diffstat (limited to 'bundles/git/files/custom.css')
| -rw-r--r-- | bundles/git/files/custom.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bundles/git/files/custom.css b/bundles/git/files/custom.css new file mode 100644 index 0000000..cdb5e61 --- /dev/null +++ b/bundles/git/files/custom.css @@ -0,0 +1,12 @@ +@import url("cgit.css"); + +div#cgit { + max-width: 117ch; + margin: auto; + font-family: monospace; + tab-size: 4; +} + +div#cgit table#header td.logo img { + max-width: 96px; +} |