summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-10-14 00:18:12 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-10-14 00:18:12 -0400
commit4cb122f65d1b9668107b3aeff91703101565fd8d (patch)
tree45294ed23da2f983150bf9c728ee36b608577b3b
parent8303f7626e61d6aeadc5ccf04bda12474acb6cd5 (diff)
lighten up the teletype background to a light blue
-rw-r--r--public/assets/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/assets/style.css b/public/assets/style.css
index b0ca89c..49c77c8 100644
--- a/public/assets/style.css
+++ b/public/assets/style.css
@@ -1,5 +1,5 @@
kbd, code, samp, tt, pre {
- background: #DDDDDD;
+ background: #DDDDFF;
white-space: pre;
}