Skip to content

Commit

Permalink
Switch to janthir wilds background (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
njibhu authored Sep 22, 2024
1 parent e495c62 commit bc31328
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions explorer/rollup.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ module.exports = {
`./external-assets/gw2/Background1_2400_1200.jpg`,
`./external-assets/gw2/Background2_3840_2026.jpg`,
`./external-assets/gw2/Background3_4096x2027.jpg`,
`./external-assets/gw2/Background4_2498x1403.png`,
`./external-assets/github/GitHub-Mark-120px-plus.png`,
].map(src => ({ src, dest: 'dist/static' })),
}),
Expand Down
2 changes: 1 addition & 1 deletion explorer/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ label {

.background {
background-color: #000;
background-image: url(static/Background3_4096x2027.jpg);
background-image: url(static/Background4_2498x1403.png);
background-attachment: fixed;
background-size: cover;
}
Expand Down

0 comments on commit bc31328

Please sign in to comment.