feat: changed formatting of cached link on results
This commit is contained in:
parent
db130cb08d
commit
8a2f593a1b
2 changed files with 2 additions and 2 deletions
|
|
@ -323,7 +323,7 @@ h1 span {
|
|||
color: var(--text-secondary);
|
||||
font-size:0.85rem;
|
||||
display:inline-block;
|
||||
text-decoration:none;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.infobox {
|
||||
grid-column:3;
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@
|
|||
{{result[3]}}
|
||||
</p>
|
||||
<span>
|
||||
<a class="cached" href="https://web.archive.org/web/{{result[0]|safe}}">cached</a>
|
||||
<a class="cached" href="https://web.archive.org/web/{{result[0]|safe}}">View Cached</a>
|
||||
</span>
|
||||
</div>
|
||||
{{endfor}}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue