aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/tailwind.css
blob: ada2c296fbfbaf88f1b9154670c5eeadddcbe8df (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-iosdc-japan {
	background-image: linear-gradient(
		to right,
		#e03468,
		#ff523d,
		#f060b2,
		#a05cff,
		#008ccf
	);
}