/* @option user-selected miscellaneous theme setting */

a:link {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* Prevent Bootstrap buttons inheriting text decoration */
a.btn,
a:hover.btn {
	text-decoration: none;
}