1
0
Fork 0
mirror of synced 2024-06-27 18:40:52 +12:00

show link titles in black

This commit is contained in:
Nick Sweeting 2019-03-27 10:31:44 -04:00
parent 407484b91e
commit 0835baf435
3 changed files with 9 additions and 3 deletions

View file

@ -150,6 +150,12 @@
input[type=search]::-webkit-search-cancel-button {
-webkit-appearance: searchfield-cancel-button;
}
.title-col {
text-align: left;
}
.title-col a {
color: black;
}
</style>
<link rel="stylesheet" href="static/bootstrap.min.css">
<link rel="stylesheet" href="static/jquery.dataTables.min.css"/>
@ -190,7 +196,7 @@
<table id="table-bookmarks">
<thead>
<tr>
<th style="width: 80px;">Bookmarked</th>
<th style="width: 100px;">Bookmarked</th>
<th style="width: 26vw;">Saved Link ($num_links)</th>
<th style="width: 50px">Files</th>
<th style="width: 16vw;whitespace:nowrap;overflow-x:hidden;">Original URL</th>

View file

@ -1,6 +1,6 @@
<tr>
<td title="$timestamp">$bookmarked_date</td>
<td style="text-align:left">
<td class="title-col">
<a href="$archive_path/$index_url"><img src="$favicon_url" class="link-favicon" decoding="async"></a>
<a href="$archive_path/$archive_url" title="$title">
<span data-title-for="$url" data-archived="$is_archived">$title</span>

View file

@ -246,7 +246,7 @@
<a href="#">Page Details</a>&nbsp;&nbsp;
<br/>
<small style="margin-top: 5px; display: block; opacity: 0.7">
<a href="../../index.html">Home</a> &nbsp; | &nbsp;
<a href="../../index.html">Index</a> &nbsp; | &nbsp;
<a href="https://github.com/pirate/ArchiveBox">Github</a> &nbsp; | &nbsp;
<a href="https://github.com/pirate/ArchiveBox/wiki">Documentation</a>
</small>