/**
 * Dev Highlighter — front-end base styles.
 *
 * Per-keyword colours, weights, and decorations are injected as generated
 * `.ws-style-*` classes (see the style generator). This file only carries the
 * structural base for the `.ws-highlight` wrapper.
 */

.ws-highlight {
	border-radius: 2px;
}

a.ws-highlight {
	text-decoration: none;
}

a.ws-highlight:hover,
a.ws-highlight:focus {
	text-decoration: underline;
}
