From a84716280eb95517db343e2244d805c95df61a3f Mon Sep 17 00:00:00 2001 From: sriram raghavan Date: Sun, 15 Sep 2024 11:59:13 +0900 Subject: [PATCH] Update custom.css --- docs/_static/custom.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/_static/custom.css b/docs/_static/custom.css index c931272..95b99e9 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css @@ -11,11 +11,12 @@ white-space: normal; } -a:hover { - color: orange; +a:link, a:visited { + color: inherit; + text-decoration: none; } -a:link, a:visited { - color: blue; - text-decoration: none; + +a:hover { + color: orange; }