From 5cc9e68d69f543fc3ee162521262c7908ee9c8f3 Mon Sep 17 00:00:00 2001 From: Rob Garrison Date: Sun, 13 Jan 2019 17:06:43 -0600 Subject: [PATCH] Increase tooltip contrast --- manage/tooltips.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manage/tooltips.css b/manage/tooltips.css index 5d697122..1707d8c5 100644 --- a/manage/tooltips.css +++ b/manage/tooltips.css @@ -1,6 +1,6 @@ :root { - --tooltip-bkgd: #333; - --tooltip-border: #555; + --tooltip-bkgd: #555; + --tooltip-border: #777; --tooltip-text: #fff; --tooltip-error: #d40000; --tooltip-warn: goldenrod;