/* QSM Internal Linker — front-end styles.
 * Auto-inserted keyword links inherit the surrounding text color for every
 * link state so they blend into the paragraph instead of standing out.
 * The theme's own underline/hover styles are preserved.
 */

.qsmil-link,
.qsmil-link:link,
.qsmil-link:visited,
.qsmil-link:hover,
.qsmil-link:active,
.qsmil-link:focus {
	color: inherit;
}
