From 4cd7bbd11b632c6f9007e855f2588b7c900fe794 Mon Sep 17 00:00:00 2001 From: GP Garcia Date: Sat, 7 Dec 2024 11:33:26 -0600 Subject: [PATCH] CSS fix --- docs/assets/stylesheets/extra.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/assets/stylesheets/extra.css b/docs/assets/stylesheets/extra.css index 5a452120..7952143b 100644 --- a/docs/assets/stylesheets/extra.css +++ b/docs/assets/stylesheets/extra.css @@ -49,6 +49,13 @@ html { background-color:#478CBF; color:#ffffff; } +.md-meta__link { + color: #84bee8 !important; +} +.md-meta__link:hover { + color: #ffffff !important; + text-decoration: underline; +} thead { border-bottom: 1px solid #eee !important; }