Fix ellipsis colors
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user