about summary refs log tree commit diff
path: root/bundles/git/files/custom.css
blob: cdb5e61af7bc59634911862fe0ffa5dc9286e4b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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;
}