From 4cb122f65d1b9668107b3aeff91703101565fd8d Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 14 Oct 2013 00:18:12 -0400 Subject: lighten up the teletype background to a light blue --- public/assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3