striped tabled

This commit is contained in:
2023-04-26 22:51:57 +02:00
parent 46d076af9d
commit 5e82638f35
15 changed files with 24 additions and 24 deletions

View File

@@ -131,8 +131,8 @@
<p class="text-center w-full">{$_("licenses-are-being-loaded")}</p>
{:then}
<table>
<thead>
<tr>
<thead class="border-b border-gray-400">
<tr class="odd:bg-white even:bg-gray-100">
<th>{$_("dependency_name")}</th>
<th>{$_("license")}</th>
<th>{$_("repo_link")}</th>
@@ -142,7 +142,7 @@
</thead>
<tbody>
{#each licenses as l}
<tr>
<tr class="odd:bg-white even:bg-gray-100">
<td>{l.name}</td>
<td>
{l.license || "?"}<br /><span