/* Text links in page and post content. */
.entry-content :where(p, li, dt, dd, td, th) a {
	color: #e94e1b;
	text-decoration-line: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.15em;
}

.entry-content :where(p, li, dt, dd, td, th) a:hover {
	color: #e94e1b;
}
