<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.line a.link, .line a.page-link {
    text-decoration: none;
}

.line a:hover {
	text-decoration: underline;
}

.line.cursor-line .link {
	color: #aaaaaa;
}

/* External links */
.line a.link:not(.icon)::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f35d';
	display: inline-block;
	padding-left: .4rem;
	padding-right: .4rem;
}
.level .deco-\# {
	border-left: .6em solid #ff5f00;
	padding-left: .7rem;
}
.level-1 img { width: 16.7%; max-height: none !important; }
.level-2 img { width: 33.3%; max-height: none !important; }
.level-3 img { width: 50%; max-height: none !important; }
.level-4 img { width: 66.7%; max-height: none !important; }
.level-5 img { width: 83.3%; max-height: none !important; }
.level-6 img { width: 100%; max-height: none !important; }
::selection {
   color: unset;
   background: rgba(22,24,33,0.9);
 }
 
 .selection {
   background: rgba(22,24,33,0.9);
 }</pre></body></html>