Skip to content

Commit

Permalink
Fix broken logo URL + replace old nonodes background
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-darby authored and Matthew-Wise committed Jun 10, 2024
1 parent e4ac7c9 commit 0bb46b9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<article>
<div>
<div class="logo" aria-hidden="true">
<img alt="Umbraco" src="umbraco/assets/img/application/logo_white.svg" width="91" height="91" />
<img alt="Umbraco" src="umbraco/backoffice/assets/umbraco_logomark_white.svg" width="91" height="91" />
</div>

<h1>Welcome to your Umbraco installation</h1>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ a, a:active, a:visited {
}

section {
background-image: url(/umbraco/website/nonodesbg.jpg);
background-image: url(/umbraco/website/nonodesbg.webp);
background-position: 50%;
background-size: cover;
display: table;
Expand Down Expand Up @@ -149,11 +149,7 @@ section article > div {
}

section .logo {
background-image: url(/umbraco/website/logo.png);
background-repeat: no-repeat;
height: 91px;
margin: 0 auto;
width: 91px;
}

section .row {
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 0bb46b9

Please sign in to comment.