Skip to content

Commit

Permalink
Fix image paths in sandal5 theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
EreMaijala committed Jan 28, 2025
1 parent ebc03d3 commit a8aba0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion themes/sandal5/css/compiled.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/sandal5/scss/search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
color: #fff;
font-weight: 500;
background-color: $header-bg;
background-image: url('../../sandal/images/forest.jpg');
background-image: url('../../sandal5/images/forest.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center top;
Expand Down
2 changes: 1 addition & 1 deletion themes/sandal5/scss/variables.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$img-path: "../../sandal/images/";
$img-path: "../../sandal5/images/";

$banner-height: 60px;
$banner-height-sm: 40px;
Expand Down

0 comments on commit a8aba0a

Please sign in to comment.