Skip to content

Commit

Permalink
Merge branch 'main' into patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaaaa authored Sep 13, 2024
2 parents 24ea0c0 + bd69604 commit 9696574
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/css/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -191,14 +191,16 @@
}

.builder-bg {
background-image: urL("/img/bwx-bg-light.png");
background-size: cover;
background-image: url("/img/bwx-bg-light.png");
background-size: auto 100%;
background-position: center;
background-repeat: no-repeat;
}

[data-theme="dark"] .builder-bg {
background-image: urL("/img/bwx-bg-dark.png");
background-size: contain;
background-image: url("/img/bwx-bg-dark.png");
background-size: auto 100%;
background-position: center;
background-repeat: no-repeat;
}

Expand Down

0 comments on commit 9696574

Please sign in to comment.