Skip to content

Commit

Permalink
Switched tailwind colors to custom in mobile link
Browse files Browse the repository at this point in the history
  • Loading branch information
katporks committed Jan 19, 2024
1 parent c8e02b9 commit 2597558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hot_osm/templates/components/mobile/mobile_menu_link.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a href="{{ link }}"
class="block font-medium font-barlow text-hot-black py-2 pl-3 pr-4 border-l-4 text-base {% if selected|default:False %}border-hot-red bg-hot-light-grey text-hot-red {% else %} border-transparent hover:border-gray-300 hover:bg-gray-50 hover:text-gray-800 {% endif %}{{ classes }}"
class="block font-medium font-barlow text-hot-black py-2 pl-3 pr-4 border-l-4 text-base {% if selected|default:False %}border-hot-red bg-hot-light-grey text-hot-red {% else %} border-transparent hover:border-hot-navy hover:bg-hot-off-white {% endif %}{{ classes }}"
aria-label="{{ text }}{% if parent|default:False %}, submenu{% endif %}">
<span class="flex items-center">
{{ text }}
Expand Down

0 comments on commit 2597558

Please sign in to comment.