๐Ÿ“ฆ tejanshrana / portfolio

๐Ÿ“„ light-variables.css ยท 11 lines
1
2
3
4
5
6
7
8
9
10
11:root {
	--background: antiquewhite;
	--font: #242526;
	--hover-color: tomato;
	--background-dark: rgba(0, 0, 1, 0.24);
	--profile-background: #b67171;
	--company-background: rgba(149, 186, 216, 0.685);
	--shadow-dark: rgb(173, 165, 154);
	--shadow-light: rgb(248, 236, 220);
}