From d5a74628f8d79a442770b0417806e77273a56e89 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 27 Jun 2021 19:25:05 +0200 Subject: [PATCH] Fixed: Table color if using light theme --- 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 84e721ff9..6fba7f2a3 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -18,9 +18,9 @@ th { background-color:hsla(232, 54%, 41%, 1) !important; font-weight: bold; } -td a { +/* td a { color: white !important; -} +} */ td a:hover { color: red !important; }