/**
 * WP Hotkeys CSS
 *
 * @package WP Hotkeys
 * @since   0.9.0
 */

.wph-top-level {
	text-transform: uppercase;
}

.wph-active > a {
	text-decoration: underline !important;
}

.wh-form tr:first-child .warning {
	border-color: red;
}

.wh-form .warning {
	border-color: orange;
}