aboutsummaryrefslogtreecommitdiff
path: root/CSS/dropdown.css
blob: b8288d63c36e2add73876814271e848f6a35fdd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Dropdown style */

select
{
	padding: 0.1rem 1rem;
	margin: 0rem 0.3rem;

	cursor: pointer;
	background-color: var(--bg-color);
	color: var(--title-color);
	border: 2px solid var(--title-color);
}
ArKa projects. All rights to me, and your next child right arm.