Commit afeee0a3 by resurtm

Proper colors.

parent 813c4f4a
...@@ -116,10 +116,13 @@ html,body{ ...@@ -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;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment