/* Copyright © 2026 silt <silt@0xC3.win>
 * Copyright © 2026 Emma Tebibyte <emma@tebibyte.media>
 *
 * This work is licensed under CC BY-NC-SA 4.0. To view a copy of this license,
 * visit https://creativecommons.org/licenses/by-nc-sa/4.0/ or write Creative
 * Commons at PO Box 1866, Mountain View, CA 94042, USA.
 */

body {
	background-color: black;
	color: white;
}

@media print {
	@page { margin: 0; }
	body { margin: 1.6cm; }
}

* {
	font-family: "Fixed", monospace, "monospace";
}

a {
	color: deepskyblue;
}

span.trunk {
	color: burlywood;
}

span.leaves {
	color: greenyellow;
}

span.potleft {
	color: white;
}

span.potright {
	color: dimgray;
}
