summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-01-14 19:56:47 +0200
committerLars Wirzenius <liw@liw.fi>2018-01-14 19:56:47 +0200
commit9c487200f725b6133d72617ba4e52336fa96d597 (patch)
treef4e57f5526e2e16f7caa117e433734692276db86
parent31694ba8418609d96c781944f09c4231101b156e (diff)
downloadick.liw.fi-9c487200f725b6133d72617ba4e52336fa96d597.tar.gz
Change: debug css
-rw-r--r--local.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/local.css b/local.css
index 58a8a96..6c129c4 100644
--- a/local.css
+++ b/local.css
@@ -1,11 +1,14 @@
html {
font-family: "Courier", Serif;
+ background: red;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Courier", sans-serif;
+ background: green;
}
code, pre {
font-family: "Courier", monospace;
+ background: blue;
}
table {