Skip to content

Commit

Permalink
Remove css build from git, change button to secondary
Browse files Browse the repository at this point in the history
  • Loading branch information
maggick committed Jan 7, 2024
1 parent 6906a01 commit e679956
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1,791 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ node_modules
dist
dist-ssr
*.local
tailwind.css

# Editor directories and files
.vscode/*
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h2 class='text-2xl font-bold'>Is it safe to use?</h2>
</section>

<div class="divider"></div>
<input class="btn btn-primary" type="button" value="Encore" id="button"/>
<input class="btn btn-active btn-secondary" type="button" value="Encore" id="button"/>

<div class="divider"></div>
<div tabindex="0" class="collapse collapse-arrow border border-base-300 bg-base-200">
Expand Down
Loading

0 comments on commit e679956

Please sign in to comment.