changed logo

This commit is contained in:
2023-11-26 02:02:07 +01:00
parent ccf55f0d74
commit cc2369a0e1

View File

@@ -14,7 +14,7 @@
color: #999; color: #999;
} }
.theme-Baupm #header { .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 { .theme-Baupm #header h1 {
margin-left: 300px; margin-left: 300px;
@@ -481,7 +481,7 @@
@media screen and (max-width: 899px) { @media screen and (max-width: 899px) {
.theme-Baupm #header { .theme-Baupm #header {
color: #999; 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 { .theme-Baupm #header a.mobile-toggle-button {
color: #222; color: #222;