From 1f42a60e0cbcd091b5edbb47f52ff91b8f3fdc31 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Mon, 29 Aug 2022 17:23:40 +0200 Subject: [PATCH] Removed: red hover over color --- docs/stylesheets/extra.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 4efb72a32..420d11ad9 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -15,11 +15,11 @@ th { /* td a { color: white !important; } -*/ + td a:hover { color: red !important; } - +*/ .md-content { --md-typeset-a-color: orange; }