body {
	color: #000;
	background-color: #fff;
	font-family: monospace;
	font-size: larger;
	margin: 0 auto;
	max-width: 1000px;
	padding: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	margin: 0;
}

img, h1, h2 {
	vertical-align: middle;
}

img {
	border: 0;
	border-radius: 32px;
}

a:target {
	background-color: #ccc;
}

a.d,
a.h,
a.i,
a.line {
	text-decoration: none;
}

#blob a {
	color: #555;
}

#blob a:hover {
	color: #FF2079;
	text-decoration: none;
}

a {
	color: #FF2079;
	text-decoration: none;
}
a:visited {
	color: #FF2079;
}
a:hover {
	color: #8a54ed;
	text-decoration: underline;
}

#blob a {
	color: #777777;
	padding: 0 5px 0 0;
}

#blob a:hover {
	text-decoration: none;
}

#index {
	table-layout: fixed;
}

table thead td {
	font-weight: bold;
}

table td {
	padding: 0 0.4em;
}

#content table td
{
	white-space: nowrap;
	vertical-align: top;
}

#content tbody table td
{
	white-space: nowrap;
}

#branches tr:hover td,
#tags tr:hover td,
#index tr:hover td,
#log tr:hover td,
#files tr:hover td {
	background-color: #eee;
}

#index tr td:nth-child(2),
#tags tr td:nth-child(3),
#branches tr td:nth-child(3),
#log tr td:nth-child(2) {
	white-space: normal;
}

td.num {
	text-align: right;
}

.desc {
	color: #555;
}

hr {
	border: 0;
	border-top: 1px solid #555;
	height: 1px;
}

pre {
	font-family: monospace;
}

pre a.h {
	color: #8a54ed;
}

.A,
span.i,
pre a.i {
	color: #000000;
}

.D,
span.d,
pre a.d {
	color: #808080;
}

pre a.h:hover,
pre a.i:hover,
pre a.d:hover {
	text-decoration: none;
}

.url td:nth-child(2) {
	padding-top:    0.4em;
	padding-bottom: 0.4em;
}

.url td:nth-child(2) span {
	padding: 1px 5px;
	margin-left: -6px;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.url td:nth-child(2) span a {
	color: #8a54ed;
}

::selection {
	color: black;
	background: #00DF86;
}
::-moz-selection {
	color: black;
	background: #00DF86;
}

@media (max-width: 768px) {
	#content {
		width: 100%;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		padding-bottom: 8px;
	}

	#tags tr td:nth-child(3),
	#branches tr td:nth-child(3),
	#log tr td:nth-child(2) {
		white-space: nowrap;
	}

	#index tr td:nth-child(2) {
		min-width: 300px;
	}

	#index {
		border-collapse: collapse;
	}

	#index tbody td {
		padding-top: .5em;
		padding-bottom: .5em;
	}
}

@media (prefers-color-scheme: dark) {
	body {
		background-color: #060723;
		color: #bdbdbd;
	}
	hr {
		border-color: #222;
	}
	a {
		color: #35ffd4;
	}
	a:visited {
		color: #35ffd4;
	}
	a:hover {
		color: #FF2079;
		text-decoration: underline;
	}
	a:target {
		background-color: #222;
	}
	.desc {
		color: #aaa;
	}
	#blob a {
		color: #555;
	}
	#blob a:target {
		color: #eee;
	}
	#blob a:hover {
		color: #FF2079;
	}
	pre a.h {
		color: #8a54ed;
	}
	.A,
	span.i,
	pre a.i {
		color: #ffffff;
	}
	.D,
	span.d,
	pre a.d {
		color: #808080;
	}
	#branches tr:hover td,
	#tags tr:hover td,
	#index tr:hover td,
	#log tr:hover td,
	#files tr:hover td {
		background-color: #141433;
	}

	.url td:nth-child(2) {
		padding-top:    0.4em;
		padding-bottom: 0.4em;
	}

	.url td:nth-child(2) span {
		padding: 1px 5px;
		margin-left: -6px;
		background-color: #141433;
		border: 1px solid #808080;
		border-radius: 5px;
	}

	.url td:nth-child(2) span a {
		color: #FF2079;
	}
}
