This is an automated email from the ASF dual-hosted git repository.

bcall pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/trafficserver-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 0c6f55b  Make Web Resources links always underlined for better 
usability
0c6f55b is described below

commit 0c6f55b38ae754af6bd394c8c77b4fcf7f1f5a10
Author: Bryan Call <[email protected]>
AuthorDate: Thu Jan 8 13:44:34 2026 -0800

    Make Web Resources links always underlined for better usability
    
    Links should be clearly identifiable without requiring hover interaction
---
 content/index.html                   | 6 +++---
 source/templates/index.template.html | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/content/index.html b/content/index.html
index 04e9f76..0e9ac5c 100644
--- a/content/index.html
+++ b/content/index.html
@@ -272,15 +272,15 @@ To update:
                     <h3 class="text-2xl font-semibold text-primary mb-6">Web 
Resources</h3>
                     <ul class="space-y-4">
                         <li>
-                            <a 
href="https://docs.trafficserver.apache.org/en/latest/admin-guide/index.en.html";
 class="text-accent hover:underline font-medium">Administrator's Guide</a>
+                            <a 
href="https://docs.trafficserver.apache.org/en/latest/admin-guide/index.en.html";
 class="text-accent underline font-medium">Administrator's Guide</a>
                             <p class="text-gray-600 text-sm mt-1">Installing, 
configuring and administrating Apache Traffic Server</p>
                         </li>
                         <li>
-                            <a 
href="https://docs.trafficserver.apache.org/en/latest/developer-guide/index.en.html";
 class="text-accent hover:underline font-medium">Developer's Guide</a>
+                            <a 
href="https://docs.trafficserver.apache.org/en/latest/developer-guide/index.en.html";
 class="text-accent underline font-medium">Developer's Guide</a>
                             <p class="text-gray-600 text-sm mt-1">Developing 
Apache Traffic Server plug-ins and how the code works</p>
                         </li>
                         <li>
-                            <a href="/via.html" class="text-accent 
hover:underline font-medium">Via Header Decoder</a>
+                            <a href="/via.html" class="text-accent underline 
font-medium">Via Header Decoder</a>
                             <p class="text-gray-600 text-sm mt-1">Parse and 
understand ATS Via headers for debugging</p>
                         </li>
                     </ul>
diff --git a/source/templates/index.template.html 
b/source/templates/index.template.html
index cfbaa5c..90288ff 100644
--- a/source/templates/index.template.html
+++ b/source/templates/index.template.html
@@ -272,15 +272,15 @@ To update:
                     <h3 class="text-2xl font-semibold text-primary mb-6">Web 
Resources</h3>
                     <ul class="space-y-4">
                         <li>
-                            <a 
href="https://docs.trafficserver.apache.org/en/latest/admin-guide/index.en.html";
 class="text-accent hover:underline font-medium">Administrator's Guide</a>
+                            <a 
href="https://docs.trafficserver.apache.org/en/latest/admin-guide/index.en.html";
 class="text-accent underline font-medium">Administrator's Guide</a>
                             <p class="text-gray-600 text-sm mt-1">Installing, 
configuring and administrating Apache Traffic Server</p>
                         </li>
                         <li>
-                            <a 
href="https://docs.trafficserver.apache.org/en/latest/developer-guide/index.en.html";
 class="text-accent hover:underline font-medium">Developer's Guide</a>
+                            <a 
href="https://docs.trafficserver.apache.org/en/latest/developer-guide/index.en.html";
 class="text-accent underline font-medium">Developer's Guide</a>
                             <p class="text-gray-600 text-sm mt-1">Developing 
Apache Traffic Server plug-ins and how the code works</p>
                         </li>
                         <li>
-                            <a href="/via.html" class="text-accent 
hover:underline font-medium">Via Header Decoder</a>
+                            <a href="/via.html" class="text-accent underline 
font-medium">Via Header Decoder</a>
                             <p class="text-gray-600 text-sm mt-1">Parse and 
understand ATS Via headers for debugging</p>
                         </li>
                     </ul>

Reply via email to