css: minor update
[src/app-framework-binder.git] / doc / doc.css
1 body {
2         background: #fff url(triskel_iot_bzh.svg) no-repeat fixed right top;
3         font-family: "Verdana";
4         color: #000;
5 }
6
7 h1, h2, h3 {
8         color: #306;
9         text-decoration: underline;
10 }
11
12 pre {
13         border: medium dashed #306;
14         border-width: 0.1em;
15         background-color: #eee;
16         margin-left: 2em;
17         margin-right: 2em;
18         padding: 1em;
19         outline: #555;
20 }
21
22