Skip to content

Commit

Permalink
Fix bg color for button on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed Jan 12, 2024
1 parent 922360c commit 705bb0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion templates/public/polls.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<div class="rtl:border-l ltr:border-r flex-1 my-home self-center hover-parent">
<div class="px-home hover-parent">
{% if latest_poll %}
<div class="bg-dark2 inline-block px-4 py-2 uppercase leading-none font-bold text-sm text-white mb-6">
<div class="bg-dark2-v2024 inline-block px-4 py-2 uppercase leading-none font-bold text-sm text-white mb-6">
{{ latest_poll.category.name }}
</div>
<div class="rtl:float-left ltr:float-right share flex-none mb-4 flex-center-y hover-show">
Expand Down
4 changes: 4 additions & 0 deletions templates/public_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@
border-color: #00aeef;
}

.bg-light1-v2024.hover-dark:hover {
background: #42ccff;
}

.text-light1-v2024 {
color: #00aeef;
}
Expand Down

0 comments on commit 705bb0e

Please sign in to comment.