From afeee0a36cfd42a2f0ea030daa50d91fb6d2e41a Mon Sep 17 00:00:00 2001 From: resurtm Date: Sun, 26 May 2013 16:41:43 +0600 Subject: [PATCH] Proper colors. --- framework/yii/views/errorHandler/main.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/framework/yii/views/errorHandler/main.php b/framework/yii/views/errorHandler/main.php index 3a4d968..3e3757f 100644 --- a/framework/yii/views/errorHandler/main.php +++ b/framework/yii/views/errorHandler/main.php @@ -116,10 +116,13 @@ html,body{ } .header .previous h2{ font-size: 20px; - color: #e51717; + color: #e57373; text-shadow: 0 1px 0 #cacaca; margin-bottom: 10px; } +.header .previous h2 span{ + color: #e51717; +} .header .previous h2 a{ color: #e57373; }