diff options
Diffstat (limited to 'doc/doc.css')
-rw-r--r-- | doc/doc.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/doc.css b/doc/doc.css new file mode 100644 index 00000000..c11082fd --- /dev/null +++ b/doc/doc.css @@ -0,0 +1,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; +} + |