New custom.css, removes coloured backgrounds.
authorMike Taylor <mike@indexdata.com>
Tue, 28 Oct 2014 13:33:44 +0000 (13:33 +0000)
committerMike Taylor <mike@indexdata.com>
Tue, 28 Oct 2014 13:33:44 +0000 (13:33 +0000)
examples/htdocs/custom.css [new file with mode: 0644]

diff --git a/examples/htdocs/custom.css b/examples/htdocs/custom.css
new file mode 100644 (file)
index 0000000..0a99dec
--- /dev/null
@@ -0,0 +1,6 @@
+.mkws-termlists {
+    background: white;
+}
+.mkws-facet {
+    background: white;
+}