summaryrefslogtreecommitdiffstats
path: root/doc/custom.css
blob: 43690cb81af90dce857487ab53ecb138b0593504 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
:root {
	/* --page-background-color: #729fcf; */
	--primary-color: #729fcf;
	--primary-dark-color: #729fcf;
	--header-background: #729fcf;
	--header-foreground: rgba(255, 255, 255, 0.7);
	--font-family: 'Source Sans Pro', 'Source Sans', sans-serif;
}

@media (prefers-color-scheme: light) {
	:root {
		--code-background: #f5f5f5;
		--code-foreground: #333333;
		--fragment-background: #f5f5f5;
		--fragment-foreground: #333333;
		--fragment-keyword: #c7254e;
		--fragment-link: #729fcf;
	}
}