From 527e243d1a8f07770496d8b088d4e2a5169845b3 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Mon, 21 May 2012 14:30:35 -0700 Subject: [PATCH] Style fold lines a bit --- static/theme/twilight.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/theme/twilight.css b/static/theme/twilight.css index 8384a69bf..f83b9e705 100644 --- a/static/theme/twilight.css +++ b/static/theme/twilight.css @@ -70,8 +70,8 @@ color:#D2A8A1; } .fold { - background-color: #AC885B; - border-color: #F8F8F8; + background-color: #52412C; + color: #969696; } .support.function {