~kota/evids

a8b19f20155f1323578021a8b3319bddd72399f9 — Dakota Walsh 1 year, 7 months ago ac3f8be
re-add main.css to repo
1 files changed, 63 insertions(+), 0 deletions(-)

A main.css
A main.css => main.css +63 -0
@@ 0,0 1,63 @@
*:root {
	font-size: 15px;
}
::selection {
	color: white;
	background-color: #327345;
}

img {
	image-rendering: pixelated;
	height: 100%;
}
.artist {
	float: right;
}
header > * {
	height: calc(2rem + 2vw);
	display: inline-block;
	margin: 0;
	border-width: 3px;
	border-style: inset;
}

body {
	font-family: monospace;
	background-color: #327345;
	margin: 0;
	padding: 0 3vw;
}
body > * {
	margin: 1rem auto;
	padding: 2vw;
	max-width: 80ch;
	border-width: 4px;
	border-style: outset;
	background-color: #ccc;
}

a {
	text-decoration: none;
	color: unset;
}
ol {
	font-weight: bold;
	margin: 0;
	padding: 0.8rem;
	display: flex;
	list-style-type: none;
}
ol.entry:hover {
	text-decoration: underline;
	color: white;
	background-color: #327345;
}
ol.heading {
	color: #327345;
}
li {
	flex: 1;
}
li.name {
	flex: 1.5;
}