summaryrefslogtreecommitdiffstats
path: root/main.css
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-05-30 01:32:50 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-05-30 01:32:50 (EDT)
commiteac6d69d62ab2afa125b314eefd34bcb7e1b84bf (patch)
tree11b8b9641fd640f164cad1cba2b0e61597502087 /main.css
parent76e712d8e48fca77a15f92f741ebff48be69bccd (diff)
Give <code> elements a background color.
Diffstat (limited to 'main.css')
-rw-r--r--main.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.css b/main.css
index 2566f9b..e97c431 100644
--- a/main.css
+++ b/main.css
@@ -32,6 +32,7 @@ li {
font-size: 10pt;
}
code {
+ background-color: #EEEECC;
font-family: monospace;
}
a:link, a:link *, a:visited, a:visited * {