mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-17 23:09:10 +08:00
Proper colors.
This commit is contained in:
@@ -116,10 +116,13 @@ html,body{
|
|||||||
}
|
}
|
||||||
.header .previous h2{
|
.header .previous h2{
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
color: #e51717;
|
color: #e57373;
|
||||||
text-shadow: 0 1px 0 #cacaca;
|
text-shadow: 0 1px 0 #cacaca;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
.header .previous h2 span{
|
||||||
|
color: #e51717;
|
||||||
|
}
|
||||||
.header .previous h2 a{
|
.header .previous h2 a{
|
||||||
color: #e57373;
|
color: #e57373;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user