Skip to content

Commit

Permalink
first pass (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaaaa authored Sep 11, 2024
1 parent fb0f083 commit bd69604
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 bd69604

Please sign in to comment.