From 8a2f593a1b900ecdfb63b7af3fadaf84924841a5 Mon Sep 17 00:00:00 2001
From: frosty
Date: Thu, 19 Mar 2026 15:20:30 -0400
Subject: [PATCH] feat: changed formatting of cached link on results
---
static/main.css | 2 +-
templates/results.html | 2 +-
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]}}
- cached
+ View Cached
{{endfor}}