Skip to content

Commit

Permalink
Adjust cyan button hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed Jan 12, 2024
1 parent 705bb0e commit 2d0d2ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions templates/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,11 @@
<div class="bg-black text-white">
<div class="md:flex rtl:pl-10 ltr:pr-10 max-w-page mx-auto bg-black p-home">
<div class="md:w-3/5 flex flex-center-y my-4">
{% if org|config:"has_new_brand" %}
<img src="{{ STATIC_URL }}img/dropdown-bkg.png" alt="">
{% else %}
<img src="{{ STATIC_URL }}img/homemap_bg.png" alt="">
{% endif %}
</div>
<div class="md:w-2/5 flex flex-center-y">
<div class="rtl:pr-10 ltr:pl-10">
Expand Down
6 changes: 3 additions & 3 deletions templates/public_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
}

.bg-dark1-home.hover-dark:hover, .bg-dark2-home.hover-dark:hover, .bg-dark3-home.hover-dark:hover, .bg-light1-home.hover-dark:hover, .bg-light2-home.hover-dark:hover {
background: #42ccff;
background: #98DFF9;
}

.border-dark1-v2024, .border-dark2-v2024, .border-dark3-v2024, .border-light1-v2024 {
Expand All @@ -171,7 +171,7 @@
}

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

.text-light1-v2024 {
Expand Down Expand Up @@ -762,7 +762,7 @@
{{ story.title }}
</div>
<div class="md:block mt-4 hidden">
<button class="hover:bg-gray-700 btn bg-black text-white">{% trans "READ MORE" %}</button>
<button class="btn {% if org|config:"has_new_brand" %} bg-light1-v2024 hover-dark{% else %}bg-black hover:bg-gray-700{% endif %} text-white">{% trans "READ MORE" %}</button>
</div>
</a>
{% edit_content 'stories.story_update' story.pk "" "bg-black p-2 md:mt-4" "white" %}
Expand Down

0 comments on commit 2d0d2ba

Please sign in to comment.