aboutsummaryrefslogtreecommitdiffstats
path: root/html/style.css
blob: 462f75068ce73c63823856ce0fbc220bc70240d5 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
:root {
	--primary-background: #fcfcfc;
	--secondary-background: #eee;
	--tertiary-background: #acacac;
}


.path {
	background-color: var(--tertiary-background);
}

.email {
	font-family: monospace;
	font-size: 1em;
	background-color: var(--secondary-background);
	padding: 1px;
	padding-left: 2em;
	padding-right: 2em;
}