body {
    --background: #19141e;
    --primary: #b983ff;
    --secondary: #b983ff;
    --card: #24143a;
    --text: #f5f5fa;
    --text-muted: #b3a8c5;
    --link: #b983ff;
    --link-hover: #b983ff;
    color: var(--text);
    background-color: var(--background);
    font-family: monospace;
}

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

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

img {
	border: 0;
}

a:target {
    background-color: var(--primary);
    color: var(--text);
}

a {
    color: var(--link);
    transition: color 0.2s;
}

a:hover, a:focus {
    color: var(--link-hover);
    text-decoration: underline;
}

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

#blob a {
    color: var(--secondary);
}

#blob a:hover {
    color: var(--primary);
    text-decoration: underline;
}

table thead td {
	font-weight: bold;
}

table td {
	padding: 0 0.4em;
}

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

#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: white;
}

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

pre {
	font-family: monospace;
}

pre a.h {
	color: #00a;
}

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

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

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