ui/components/hintbox/hintbox.scss
@import "/ui/styles/_theme.scss";

.hint-box {
	padding: 14px 16px;
	background-color: rgba(98, 200, 255, 0.07);
	border-left: 3px solid $info;
	color: $text-dim;
	font-size: $fs-3;
	font-weight: 500;
	letter-spacing: 0.2px;
	code { color: $info; font-family: $font-mono; font-weight: 700; }
}