From 5cd2378bf32ba89380572e9fed059f0f37c0e358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20=28xq=29=20Quei=C3=9Fner?= Date: Mon, 15 Mar 2021 20:11:26 +0100 Subject: [PATCH] Improves anchors a bit. --- src/main.zig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main.zig b/src/main.zig index 25260f9..afd88a6 100644 --- a/src/main.zig +++ b/src/main.zig @@ -603,12 +603,12 @@ const Website = struct { \\ text-decoration: none; \\ font-weight: lighter; \\ color: unset; - \\ opacity: 50%; - \\ visibility: hidden; - \\ margin-left: -1em; + \\ opacity: 10%; + \\ margin-left: -1.5em; + \\ padding-left: 0.5em; \\ } \\ h1:hover a, h2:hover a, h3:hover a, h4:hover a, h5:hover a, h6:hover a { - \\ visibility: visible; + \\ opacity: 50%; \\ } \\ \\