From 30e1fd75271de7c4175007e56edbc87b5f182d0f Mon Sep 17 00:00:00 2001 From: TRaSH Date: Mon, 14 Jun 2021 21:48:24 +0200 Subject: [PATCH] Updated: made the links more readable --- docs/stylesheets/extra.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 62e48b0de..9053f248b 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -24,3 +24,7 @@ td a { td a:hover { color: red !important; } + +.md-content { + --md-typeset-a-color: #1372EB; +} \ No newline at end of file