UXFIX: Headline now colored on mouseover
This commit is contained in:
parent
1922a1a697
commit
f58b17f585
3 changed files with 15 additions and 3 deletions
|
@ -30,7 +30,7 @@ body{
|
|||
font-family: "Roboto", sans-serif;
|
||||
background: #f6f6f6;
|
||||
color: #383838;
|
||||
background-image: url(//marcel-kapfer.de/res/img/druck.png);
|
||||
background-image: url(//marcel-kapfer.de/res/img/intro.svg);
|
||||
background-size: cover;
|
||||
background-attachment: fixed;
|
||||
background-position: top center;
|
||||
|
@ -106,6 +106,10 @@ body{
|
|||
border-bottom: none!important;
|
||||
}
|
||||
|
||||
.headline:hover {
|
||||
color: #ff4415!important;
|
||||
}
|
||||
|
||||
.date{
|
||||
font-size: 13px;
|
||||
}
|
||||
|
|
|
@ -102,6 +102,10 @@ body{
|
|||
border-bottom: none!important;
|
||||
}
|
||||
|
||||
.headline:hover {
|
||||
color: #ff4415!important;
|
||||
}
|
||||
|
||||
.date{
|
||||
font-size: 13px;
|
||||
}
|
||||
|
|
|
@ -102,6 +102,10 @@ body{
|
|||
border-bottom: none!important;
|
||||
}
|
||||
|
||||
.headline:hover {
|
||||
color: #ff4415!important;
|
||||
}
|
||||
|
||||
.date{
|
||||
font-size: 13px;
|
||||
}
|
||||
|
|
Reference in a new issue