summaryrefslogtreecommitdiffstats
path: root/doc/doc.css
blob: c11082fd6a428dd8557ff8dc6622c9df2bda086e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
body {
	background: #fff url(triskel_iot_bzh.svg) no-repeat fixed right top;
	font-family: "Verdana";
	color: #000;
}

h1, h2, h3 { color: #306; }

pre {
	border: medium dashed #306;
	background: #ccc;
	margin-left: 4em;
	padding: 1em;
}