git » homepage.git » commit d7de082

Style footer links for git sha

author Alan Dipert
2025-11-19 18:31:28 UTC
committer Alan Dipert
2025-11-19 18:31:28 UTC
parent 4a9481eec9b8a8ebca11845573611cdcb3079044

Style footer links for git sha

tpl/style.css +2 -2

diff --git a/tpl/style.css b/tpl/style.css
index 6b6389a..ce0600a 100644
--- a/tpl/style.css
+++ b/tpl/style.css
@@ -128,8 +128,8 @@ img[src*="200px"]{width:200px;}
 }
 .site-foot p{margin:0;}
 .site-foot a{
-  color:inherit;
-  text-decoration:none;
+  color:var(--link);
+  text-decoration:underline;
 }
 .site-foot a:hover{
   text-decoration:underline;