Fix ellipsis colors

This commit is contained in:
2022-10-09 15:07:23 -04:00
parent aeb2e68f34
commit 9827e28c6a
3 changed files with 40 additions and 9 deletions

View File

@@ -64,14 +64,14 @@ for the JavaScript code in this page.
<span>
viewing
<span class=linkedPath>
<a href="/">owner</a>/<a href="/">repo</a>/<a href="/">branch</a> |
gitea@git.tebibyte.media:/owner/repo
<a href="/">owner</a>/<a href="/">repo</a>/<a href="/">branch</a>
</span>
</span>
<ul class=buttonList>
<li><a class=watchButton href="/">watch</a></li>
<li><a class=starButton href="/">star</a></li>
<li><a class=forkButton href="/">fork</a></li>
<li><a class=cloneButton href="/">clone</a></li>
</ul>
</header>
@@ -84,22 +84,22 @@ for the JavaScript code in this page.
<tbody>
<tr>
<td><a class=file href="/">file name</a></td>
<td><a href="/">most recent commit</a></td>
<td><a class=commit href="/">most recent commit</a></td>
<td><time datetime="2023-01-01">in 2 months</time></td>
</tr>
<tr>
<td><a class=directory href="/">directory/</a></td>
<td><a href="/">most recent commit</a></td>
<td><a class=commit href="/">most recent commit</a></td>
<td><time datetime="2023-01-01">in 2 months</time></td>
</tr>
<tr>
<td><a class=file href="/">file name</a></td>
<td><a href="/">most recent commit</a></td>
<td><a class=commit href="/">most recent commit</a></td>
<td><time datetime="2023-01-01">in 2 months</time></td>
</tr>
<tr>
<td><a class=file href="/">file name</a></td>
<td><a href="/">most recent commit</a></td>
<td><a class=commit href="/">most recent commit</a></td>
<td><time datetime="2023-01-01">in 2 months</time></td>
</tr>
</tbody>