diff options
Diffstat (limited to 'doc/doc.css')
-rw-r--r-- | doc/doc.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/doc.css b/doc/doc.css new file mode 100644 index 0000000..19699bf --- /dev/null +++ b/doc/doc.css @@ -0,0 +1,9 @@ +body { + background: #fff url(triskel_iot_bzh.svg) no-repeat fixed right top; + font-family: "Verdana"; + color: #000; +} + +h1, h2, h3 { color: #306; } + + |