From 51ce03e3cf42946e8c1f6de749b15997c86d2157 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 19 Sep 2024 13:54:17 +0200 Subject: [PATCH] Fix tooltip accessibility --- client/src/sass/bootstrap.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index adee27a02..3b3025b0f 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss @@ -32,6 +32,8 @@ body { --bs-body-color: #{pvar(--mainForegroundColor)}; --bs-body-bg: #{pvar(--mainBackgroundColor)}; + + --bs-emphasis-color: #{pvar(--mainForegroundColor)}; } .accordion {