diff --git a/themes/background-img.css b/themes/background-img.css index b5517ef..91b312e 100644 --- a/themes/background-img.css +++ b/themes/background-img.css @@ -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; } diff --git a/themes/material-dark.css b/themes/material-dark.css index d5ba5cf..884b794 100644 --- a/themes/material-dark.css +++ b/themes/material-dark.css @@ -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; -} \ No newline at end of file +} diff --git a/themes/material-light.css b/themes/material-light.css index 9b168f0..897eca7 100644 --- a/themes/material-light.css +++ b/themes/material-light.css @@ -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; -} \ No newline at end of file +}