@import url('/resources/base.css');

.outdated-banner {
	background-color: color-mix(in srgb, var(--NAV_BACKGROUND) 30%, transparent);
	color: var(--FOREGROUND_COLOR);
	padding: 0.75em 1em;
	text-align: center;
	font-weight: bold;
	border-bottom: 2px solid var(--SECONDARY);
}

.outdated-banner a {
	color: var(--LINK_COLOR);
	text-decoration: underline;
}

.outdated-banner a:hover {
	text-decoration: none;
	filter: brightness(1.2);
}

.bold {
	font-weight: bold;
}

.author-info {
	font-size: 1.25rem;
	margin-top: -1rem;
}

.author-name {
	font-weight: bold;
}

.published {
	font-style: italic;
}
