chore: updated search bar styles 9fb8dcd3
Steve Simkins · 2026-04-08 13:32 1 file(s) · +6 −3
docs/docs/styles.css +6 −3
37 37
	text-transform: uppercase;
38 38
}
39 39
40 -
/* Interactive elements */
41 -
button, input, textarea, select {
40 +
/* Interactive elements (exclude Vocs internal components) */
41 +
.vocs_Content button,
42 +
.vocs_Content input,
43 +
.vocs_Content textarea,
44 +
.vocs_Content select {
42 45
	background: #121113;
43 46
	color: #ffffff;
44 47
	border: 1px solid white;
47 50
	border-radius: 0;
48 51
}
49 52
50 -
button:hover {
53 +
.vocs_Content button:hover {
51 54
	opacity: 0.7;
52 55
}
53 56