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;
|
font-family: "Roboto", sans-serif;
|
||||||
background: #f6f6f6;
|
background: #f6f6f6;
|
||||||
color: #383838;
|
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-size: cover;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
background-position: top center;
|
background-position: top center;
|
||||||
|
@ -106,6 +106,10 @@ body{
|
||||||
border-bottom: none!important;
|
border-bottom: none!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.headline:hover {
|
||||||
|
color: #ff4415!important;
|
||||||
|
}
|
||||||
|
|
||||||
.date{
|
.date{
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -102,6 +102,10 @@ body{
|
||||||
border-bottom: none!important;
|
border-bottom: none!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.headline:hover {
|
||||||
|
color: #ff4415!important;
|
||||||
|
}
|
||||||
|
|
||||||
.date{
|
.date{
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
@ -144,4 +148,4 @@ body{
|
||||||
|
|
||||||
.footer a:hover{
|
.footer a:hover{
|
||||||
border-bottom-color: #fff;
|
border-bottom-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
|
@ -102,6 +102,10 @@ body{
|
||||||
border-bottom: none!important;
|
border-bottom: none!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.headline:hover {
|
||||||
|
color: #ff4415!important;
|
||||||
|
}
|
||||||
|
|
||||||
.date{
|
.date{
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
@ -143,4 +147,4 @@ body{
|
||||||
|
|
||||||
.footer a:hover{
|
.footer a:hover{
|
||||||
border-bottom-color: #383838;
|
border-bottom-color: #383838;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue