aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/main.css2
-rw-r--r--templates/results.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/static/main.css b/static/main.css
index e289e9d..31b9d7b 100644
--- a/static/main.css
+++ b/static/main.css
@@ -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;
diff --git a/templates/results.html b/templates/results.html
index 9deeec4..042fbb7 100644
--- a/templates/results.html
+++ b/templates/results.html
@@ -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}}