aboutsummaryrefslogtreecommitdiff
path: root/src/app/globals.css
blob: 837ff21ebb8406fbd6442b45c9479feb9f01c364 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
:root {
	--neon-green: #45FFCA;
	--neon-yellow: #FEFFAC;
	--light-green: #DCFFB7;
	--pastel-red: #FF6868;
	--soft-purple: #BEADFA;
	--softer-purple: #D0BFFF;
}


body {
	margin: 0px;
	padding: 0px;
	background-color: black;
}

body::-webkit-scrollbar {
	width: 0px;
}