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

h1, h2, h3 {
	color: #306;
	text-decoration: underline;
}

pre {
	border: medium dashed #306;
	border-width: 0.1em;
	background-color: #eee;
	margin-left: 2em;
	margin-right: 2em;
	padding: 1em;
	outline: #555;
}