/* LICENSE: Proprietary, non-free
https://github.com/groovenectar/lipuphini/blob/main/LICENSE.md
Give it a try in your environment, and you must soon contact me https://m.dup.bz
Please use multiple contact methods to be sure any message went through */

h1 {
	font-size: 1.3rem;
	padding-bottom: .75rem;
	border-bottom: 4px solid rgba(191, 191, 191, .5);
}
a {
	word-break: break-all;
	padding: 0 .125rem;
}
section {
	border: 2px solid rgba(191, 191, 191, .25);
	background-color: rgba(25, 25, 25, .65);
	padding: 0 1rem;
	max-width: 80vw;
	text-align: left;
}
pre:has(> code) {
	padding: 1rem;
	background-color: rgba(0, 0, 0, .2);
}
pre:has(> code) > code {
	display: block;
	margin: 0;
	overflow-y: auto;
}
pre code {
	background-color: rgba(0, 0, 0, .2);
	padding: .2rem;
}
code {
	font-family: 'Ubuntu Mono', 'Courier New', Courier, monospace;
	background-color: #000;
	padding: 0 .15rem;
}
ol {
	padding: 0 0 0 2.25rem;
}
img[alt^=Ҩ] {
	height: 1rem;
	vertical-align: text-bottom;
	padding-right: .75rem;
	transform: translateY(-.146009rem);
}
@media screen and (min-width: 600px) {
	ol {
		margin-top: 2rem;
	}
}
@media screen and (min-width: 1000px) {
	html {
		font-size: 17px;
	}
}

