diff options
author | Vincent Douillet <vincent@vdouillet.fr> | 2024-10-23 08:46:07 +0200 |
---|---|---|
committer | Vincent Douillet <vincent@vdouillet.fr> | 2024-10-23 08:46:07 +0200 |
commit | b2520eaf4b98fe913bf67f4de9e66c2dc5991516 (patch) | |
tree | e56f712e48bfc6c1a4cd42ce82680b653cc5ff7b | |
parent | 66b74e8703c69f40def9b24cda9316db6f94b68d (diff) |
css: links are always blue
-rw-r--r-- | template/head.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/head.html b/template/head.html index 51d0192..6c6ef5b 100644 --- a/template/head.html +++ b/template/head.html @@ -14,6 +14,7 @@ body { padding: 0 .62em; font:1.2em/1.62 sans-serif; } +a:visited { color:blue; } table#file-list { width:100%; border-collapse:collapse; |