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

@ -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;
}

View File

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

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;
}
}