UXFIX: Headline now colored on mouseover
This commit is contained in:
parent
1922a1a697
commit
f58b17f585
3 changed files with 15 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue