Skip to content

Commit

Permalink
fix: one more var
Browse files Browse the repository at this point in the history
  • Loading branch information
ozyx committed Jul 2, 2024
1 parent bac384d commit 79ade43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/_legacy.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@ body.desktop {
// NASA logo, dude
$w: 5%;
$m: 10px;
background-image: url('../ui/layout/assets/images/logo-nasa.svg');
background-image: var(--nasa-logo);
top: $m;
right: auto;
bottom: auto;
Expand Down

0 comments on commit 79ade43

Please sign in to comment.