From b2c119530a8e98535e0b4975276225ad39f34496 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 5 Jan 2022 19:40:41 -0500 Subject: fix links on gwern.net --- lib/userstyles.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/userstyles.css b/lib/userstyles.css index be33df9..dfafb89 100644 --- a/lib/userstyles.css +++ b/lib/userstyles.css @@ -1,3 +1,6 @@ input, input#hoogle { background: transparent } +/* gwern.net */ +.markdownBody a:link, .markdownBody a:link *, #footer a:link +{ text-shadow: none } -- cgit v1.2.3