From cc2369a0e133436da8e18d091ebd1c58eee27c1b Mon Sep 17 00:00:00 2001 From: magdev Date: Sun, 26 Nov 2023 02:02:07 +0100 Subject: [PATCH] changed logo --- stylesheets/application.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;