From 8add4917d504a2a83243a9356b8a191aa44cbb07 Mon Sep 17 00:00:00 2001 From: John Crepezzi Date: Thu, 15 Dec 2011 21:48:48 -0500 Subject: [PATCH] Change the line number color --- static/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/application.css b/static/application.css index 389e065..9a17b10 100644 --- a/static/application.css +++ b/static/application.css @@ -22,7 +22,7 @@ textarea { /* the line numbers */ #linenos { - color: #003366; + color: #7d7d7d; z-index: -1000; position: absolute; top: 20px;