summaryrefslogtreecommitdiff
path: root/themes/night.css
blob: 2c3b8162827c1b064df102942332b0055b893508 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
body, .loading, html:-webkit-full-screen {
	background : #222;
	color : #ccc;
}

body .modal {
	color : #333;
}

body .footer .spacer .toc-bar-entry.current-position {
	background : darkred;
}