Skip to content

Commit

Permalink
No blue text color on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort committed Sep 2, 2024
1 parent 356d8d5 commit 969d9d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main/templates/main/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ <h3 class="border-bottom pb-1 mb-3">{{ day.0 }}</h3>
style="box-shadow: none !important; background: none;"
data-bs-toggle="collapse" data-bs-target="#collapse-{{ bar.id }}">
<div>
<h5 class="card-title"><a class="text-decoration-none" href="{{ bar.url_path }}"
<h5 class="card-title"><a class="text-decoration-none" style="color: unset"
href="{{ bar.url_path }}"
onclick="window.location.href = '{{ bar.url_path }}'">{{ bar.name }}</a>
</h5>
<h6 class="card-subtitle mb-2 text-body-secondary d-flex align-items-baseline">
Expand Down

0 comments on commit 969d9d8

Please sign in to comment.