/* (c) 2022 thepsylum.net CSS definitions - designed for screen display. */

:root { --accent: #6699cc; }

:link, a:hover, :visited {
	background: transparent;
	text-underline-offset: 0.1em;
	text-decoration: revert;
	text-decoration-thickness: 1px;
	text-decoration-color: oklch(from currentColor l c h / 50%);
}
a:hover {
	color: #99ccff;
}

a:visited {
text-decoration-color: oklch(from #336699 l c h / 50%);
}


a:link img, a:visited img	/* no border on images with links. */
{
	border-style: none;
}

header>nav a:link {
	text-decoration: none;
}

.icongrid {
	list-style-type: none;
	margin-block-start: 0;
	padding-inline-start: 1em;
}

.icongrid img {margin-right: 0.25em;}

@media screen and (min-width: 512px) {
	.rbk {display: none;}
}
