Skip to content

Commit

Permalink
Add some hover states
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislo committed Aug 8, 2023
1 parent 5e2b2c7 commit fa3b4ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/interests/_form.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<%= form_with(model: interest, class: "contents") do |form| %>
<div class="flex flex-row mb-4">
<%= form.text_field :email, type: 'email', placeholder: 'Email', class: "basis-3/4 border border-slate-200 outline-none px-3 py-2" %>
<%= form.submit 'Submit', class: "basis-1/4 py-3 px-5 bg-amber-600 text-white font-medium cursor-pointer" %>
<%= form.submit 'Submit', class: "basis-1/4 py-3 px-5 bg-amber-600 hover:bg-amber-500 text-white font-medium cursor-pointer" %>
</div>
<% end %>
2 changes: 1 addition & 1 deletion app/views/interests/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<p class="mb-3 leading-relaxed">It will be 100% run by and for the benefit of musicians, fans and
the people who make
it. A <a class="underline" href="https://en.wikipedia.org/wiki/Platform_cooperative">platform
it. A <a class="underline decoration-amber-600 hover:bg-amber-500" href="https://en.wikipedia.org/wiki/Platform_cooperative">platform
co-operative</a>.</p>

<p class="mb-6 leading-relaxed">Sounds interesting? Fill in your email and we'll be in touch.</p>
Expand Down

0 comments on commit fa3b4ab

Please sign in to comment.