aboutsummaryrefslogtreecommitdiff
path: root/src/style.css
blob: 242ed49072ddc5073b9ce257db6633692a58dfcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#hyprmenu {
	background-color: transparent;
	font-family: SauceCodePro Nerd Font,FontAwesome, Roboto, Helvetica, Arial, sans-serif;
	font-weight: normal;
}

#search {
	background-color: rgba(29, 32, 33, 1);
	border: none;
	box-shadow: none;
	padding: 10px;
	border-radius: 0px;
}

#search:focus {
	border: none;
	box-shadow: none;
}

#item {
	padding: 10px;
	background-color: rgba(40, 40, 40, 0.8);
}

#item:selected {
	background-color: #b16286;
	padding: 10px;
}