aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/tailwind.css
blob: 6aa7ebd26c32d223680d1e2b7630fbdafcfde775 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@import "tailwindcss";

@theme {
	--text-10xl: 16rem;
}

@utility bg-phperkaigi {
	background-image: linear-gradient(
		to right,
		#e03468,
		#ff523d,
		#f060b2,
		#a05cff,
		#008ccf
	);
}