UXFIX: Headline now colored on mouseover

This commit is contained in:
mmk2410 2015-08-22 09:11:50 +02:00
parent 1922a1a697
commit f58b17f585
3 changed files with 15 additions and 3 deletions

View file

@ -102,6 +102,10 @@ body{
border-bottom: none!important;
}
.headline:hover {
color: #ff4415!important;
}
.date{
font-size: 13px;
}
@ -143,4 +147,4 @@ body{
.footer a:hover{
border-bottom-color: #383838;
}
}