From d275d7e636c8403902c01f2ec669d2c630c242ed Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Thu, 31 Jan 2013 21:14:07 -0500 Subject: [PATCH] making the line highlight alpha transparent. --- themes/github-light.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/github-light.css b/themes/github-light.css index 754d2c572..ab47c4ec6 100644 --- a/themes/github-light.css +++ b/themes/github-light.css @@ -12,7 +12,7 @@ } .editor.focused .line-number.cursor-line-no-selection, .editor.focused .line.cursor-line { - background-color: rgb(255, 255, 204); + background-color: rgba(255, 255, 134, 0.34); } .comment {