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;
 }