From 273cbaaa640d2c3533affc3558cf2872c3764f1e Mon Sep 17 00:00:00 2001 From: Yozora XCII Date: Fri, 22 Mar 2024 16:27:44 +0000 Subject: [PATCH] fix tooltip background color --- docs/stylesheets/extra.css | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 8a1a5f51..e0a41389 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -295,7 +295,6 @@ table.dualTable td, table.dualTable th { /* Custom tooltips */ .md-tooltip { - background-color: var(--md-primary-fg-color); border-radius: 6px; }