From 42b9898572deb39d1f84a98d64ecfc880062294c Mon Sep 17 00:00:00 2001 From: Kyle Fiedler Date: Wed, 8 Feb 2012 16:46:41 -0500 Subject: [PATCH] Edited styles for the leanmodal x --HG-- branch : templates_ernie_leanmodal_closebox --- sass/_leanmodal.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sass/_leanmodal.scss b/sass/_leanmodal.scss index 40471d7403..93e7216182 100644 --- a/sass/_leanmodal.scss +++ b/sass/_leanmodal.scss @@ -26,10 +26,12 @@ div.leanModal_box { width: 14px; height: 14px; z-index: 2; - color: #000; + color: #aaa; + font-style: normal; &:hover{ text-decoration: none; + color: $mit-red; } }