Skip to content

Commit

Permalink
h
Browse files Browse the repository at this point in the history
  • Loading branch information
iamawatermelo committed Dec 6, 2024
1 parent 6ae9aa5 commit 83d1246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/Page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
filter: #{"grayscale(50%) invert()"};
}
main :global(button) {
main :global(button), main :global(.style-button) {
height: 3em;
padding: 0 2em;
color: rgb(var(--fg));
Expand Down
2 changes: 1 addition & 1 deletion src/routes/mini/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="content">
<p class="hero">We're hosting a small event in London lorem ipsum sit dolor amet I hate web development</p>
<br />
<button>Sign Up Yes Do It Now Right Away Immediately</button>
<a href="https://revolution.fillout.com/mini" class="style-button">Sign Up Yes Do It Now Right Away Immediately</a>
</div>
</div>

Expand Down

0 comments on commit 83d1246

Please sign in to comment.