From bf2389172dba51201864ae92bcff61c1340ae23d Mon Sep 17 00:00:00 2001 From: Akash Negi <55234838+NegiAkash890@users.noreply.github.com> Date: Sat, 31 Jul 2021 20:32:33 +0530 Subject: [PATCH] Fixed Link bug This adds rule to override default link behavior --- website/static/css/custom.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/static/css/custom.css b/website/static/css/custom.css index 43851a74b..0b2c96558 100644 --- a/website/static/css/custom.css +++ b/website/static/css/custom.css @@ -217,3 +217,6 @@ a:visited { stroke: black; } +.admonition a { + color: #000; +}