From d1ef08c7cced25dfd42bbb83d2efdfc4dd202499 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Wed, 4 Dec 2024 20:20:35 +0200 Subject: [PATCH] style(next): fix the tooltip background color on the light color scheme --- src/public/stylesheets/theme-next.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/stylesheets/theme-next.css b/src/public/stylesheets/theme-next.css index 2b619ed25..2786c9b24 100644 --- a/src/public/stylesheets/theme-next.css +++ b/src/public/stylesheets/theme-next.css @@ -193,7 +193,7 @@ --calendar-day-highlight-background: #80808024; --tooltip-border-color: transparent; - --tooltip-background-color: rgba(0, 0, 0, 0.8); + --tooltip-background-color: rgba(255, 255, 255, 0.8); --tooltip-foreground-color: #fff; }