Skip to content

Commit

Permalink
fix background image for preview
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo committed Oct 24, 2023
1 parent 7711f80 commit 1b7429c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/cosmos/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ body {
line-height: 1.43;
background-size: 120%;
background-color: #17153f;
background-image: url(/static/media/bg.7f578c3eb1b9a700a83d6113bf1579e0.svg);
background-image: url(../static/media/bg.7f578c3eb1b9a700a83d6113bf1579e0.svg);
background-repeat: repeat-y;
background-position: top center;
overscroll-behavior-y: none;
Expand Down
2 changes: 1 addition & 1 deletion public/sui/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ body {
line-height: 1.43;
background-size: 120%;
background-color: #17153f;
background-image: url(/static/media/bg.7f578c3eb1b9a700a83d6113bf1579e0.svg);
background-image: url(../static/media/bg.7f578c3eb1b9a700a83d6113bf1579e0.svg);
background-repeat: repeat-y;
background-position: top center;
overscroll-behavior-y: none;
Expand Down
2 changes: 1 addition & 1 deletion public/usdc-bridge/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ body {
line-height: 1.43;
background-size: 120%;
background-color: #17153f;
background-image: url(/static/media/bg.7f578c3eb1b9a700a83d6113bf1579e0.svg);
background-image: url(../static/media/bg.7f578c3eb1b9a700a83d6113bf1579e0.svg);
background-repeat: repeat-y;
background-position: top center;
overscroll-behavior-y: none;
Expand Down

0 comments on commit 1b7429c

Please sign in to comment.