Skip to content

Commit

Permalink
fix: [style] Set text-white for the 'No category' sub-menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Mar 3, 2024
1 parent ae5f2ab commit 373874c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newspipe/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h1><a href="{{ url_for('feed.form') }}">{{ _('Add some') }}</a>, {{ _('or') }}
<button class="btn btn-primary btn-sm pull-right" role="button" data-bs-toggle="collapse" data-bs-target="#collapse-noCategory" aria-controls="collapse-noCategory">
<i class="fa fa-chevron-down" aria-hidden="true"></i>
</button>
<span class="align-middle"><a class="fs-6 text-decoration-none" href="{{ gen_url(category=0) }}">No category</a></<span>
<span class="align-middle"><a class="text-white fs-6 text-decoration-none" href="{{ gen_url(category=0) }}">No category</a></<span>
</div>
<div class="collapse show" id="collapse-noCategory">
{% for fid, nbunread in unread|dictsort(by='value')|reverse if not feeds[fid].category_id %}
Expand Down

0 comments on commit 373874c

Please sign in to comment.