mylibrary tags styling: remove border #174

This commit is contained in:
SvyatoslavArtymovych 2023-06-19 18:12:38 +03:00
parent e98485f31e
commit fd86e22e33
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@
<dt class="mb-2 flex">
{% if book.original_book %}
<a href="{{ url_for('book.collection_view', book_id=book.original_book.id ) }}" target="_blank" class="flex pb-4">
<span class="flex items-center space-x-1 mr-2 bg-fuchsia-400 border border-fuchsia-900 dark:!text-black rounded text-center px-1">
<span class="flex items-center space-x-1 mr-2 bg-fuchsia-400 dark:!text-black rounded text-center px-1">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-4 h-4"> <path stroke-linecap="round" stroke-linejoin="round" d="M13.19 8.688a4.5 4.5 0 011.242 7.244l-4.5 4.5a4.5 4.5 0 01-6.364-6.364l1.757-1.757m13.35-.622l1.757-1.757a4.5 4.5 0 00-6.364-6.364l-4.5 4.5a4.5 4.5 0 001.242 7.244" /> </svg>
<p>Fork</p>
</span>
@ -59,7 +59,7 @@
{% endif %}
<a class="flex pb-4" href="{{url_for('book.collection_view',book_id=book.id)}}">
{% if book.user_id != current_user.id %}
<span class="mr-2 bg-blue-400 border border-sky-900 dark:!text-black rounded text-center px-1">Contributing</span>
<span class="mr-2 bg-blue-400 dark:!text-black rounded text-center px-1">Contributing</span>
{% endif %}
{{book.label}}
</a>