@font-face {
  font-family: Ubuntu-Italic;
  src: url(./src/Font/Ubuntu/UbuntuMono-Italic.ttf);
}

body {
	background: #000;
	filter: invert(1);
	font-family: Ubuntu-Italic, cursive;
	font-size: 18px;
}

a {
	text-decoration: none;
	font-style: italic;
}

a:hover,a:active {
	color: chocolate;
}

.file-tree ul {
	margin: 0;
	padding-left: 3rem;
	list-style: none;
	line-height: 1.25;
	position: relative;
	overflow: hidden;
}

.file-tree li:not(:last-child)>ul::before {
	content: '\2502\0020\2502\0020\2502\0020\2502\0020\2502\0020\2502\0020\2502\0020\2502\0020\2502\0020\2502\0020\2502\0020\2502\0020\2502\0020\2502\0020\2502\0020\2502\0020\2502\0020\2502\0020\2502\0020\2502\0020';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1em;
}

.file-tree>ul {
	margin: 0;
	padding: 0;
}

.file-tree li {
	background: #fff;
	position: relative;
}

.file-tree li::before {
	content: '\251C\2500\2500\0020';
}

.file-tree li:last-child::before {
	content: '\2514\2500\2500\0020';
}