summaryrefslogtreecommitdiffstatshomepage
path: root/trunk/src/lib/cothread/doc/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/lib/cothread/doc/style.css')
-rw-r--r--trunk/src/lib/cothread/doc/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/trunk/src/lib/cothread/doc/style.css b/trunk/src/lib/cothread/doc/style.css
new file mode 100644
index 00000000000..5181afde6c5
--- /dev/null
+++ b/trunk/src/lib/cothread/doc/style.css
@@ -0,0 +1,8 @@
+body {
+ background: #333;
+ color: #fff;
+}
+
+code {
+ background: #444;
+}