summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-01-14 20:16:19 +0200
committerLars Wirzenius <liw@liw.fi>2018-01-14 20:16:19 +0200
commit640e1c330103475ddaf9b87b35fbf230d894f02d (patch)
tree89c5c09d60bb03ef0e89b8f9fbfd938bddd09671
parent9425457bbed6ae94f3e41800cb86ac9354a153a5 (diff)
downloadick.liw.fi-640e1c330103475ddaf9b87b35fbf230d894f02d.tar.gz
Drop: debug color backgrounds
-rw-r--r--local.css3
1 files changed, 0 insertions, 3 deletions
diff --git a/local.css b/local.css
index 5ebec35..e869e2c 100644
--- a/local.css
+++ b/local.css
@@ -1,14 +1,11 @@
html {
font-family: "Times New Roman", Serif;
- background: red;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Helvetica", sans-serif;
- background: green;
}
code, pre {
font-family: "Courier", monospace;
- background: blue;
}
.pagefooter, .pageinfo, .backlinks, .pagedate {
display: none;