chiark / gitweb /
shape library style slightly
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 12 Jan 2021 20:20:53 +0000 (20:20 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 12 Jan 2021 20:20:53 +0000 (20:20 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/bin/otterlib.rs

index 63ff7b62bedaa29d28dc69820ad9cdb9c57133ae..b981f8b11836790474ac385ef1c37ceadfef50bf 100644 (file)
@@ -13,6 +13,10 @@ const HTML_PRELUDE: &str = r##"
     <title>Otter builtin shape library</title>
   </head>
 <body>
+<style>
+  html { background-color: #ddf; }
+  table { background-color: #eef; }
+</style>
 <h1>Otter builtin shape library</h1>
 This lists all the shapes provided by the library in this version of Otter.
 </p>