diff --git a/stylesheets/application.css b/stylesheets/application.css index e7e7ad9..6ec73d7 100644 --- a/stylesheets/application.css +++ b/stylesheets/application.css @@ -14,7 +14,7 @@ color: #999; } .theme-Baupm #header { - background: #fff url("../images/logo.png") no-repeat 15px 0; + background: #fff url("../images/icons/favicon-32x32.png") no-repeat 15px 0; } .theme-Baupm #header h1 { margin-left: 300px; @@ -481,7 +481,7 @@ @media screen and (max-width: 899px) { .theme-Baupm #header { color: #999; - background: #fff url("../images/logo.png") no-repeat top center; + background: #fff url("../images/icons/favicon-32x32.png") no-repeat top center; } .theme-Baupm #header a.mobile-toggle-button { color: #222;