summaryrefslogtreecommitdiff
path: root/static/global.css
blob: 2c1f553371291b8b06c0af471c53ea203aa83902 (plain)
1
2
3
4
5
6
7
8
9
/*
 * This file will contain the styles that are to be applied to the WHOLE site.
 *
 * No page-specific settings should go in this file.
 */

html {
	background-color: red;
}