From c508d202d93f2da55453d670ec9a32d013eae511 Mon Sep 17 00:00:00 2001 From: Jeremy <51220084+jeremy-rifkin@users.noreply.github.com> Date: Sun, 5 May 2024 12:27:18 -0500 Subject: Update tooltip arrow color in one dark theme --- static/styles/themes/one-dark-theme.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/styles/themes/one-dark-theme.scss b/static/styles/themes/one-dark-theme.scss index a05a2d4da..4b8de4e50 100644 --- a/static/styles/themes/one-dark-theme.scss +++ b/static/styles/themes/one-dark-theme.scss @@ -566,8 +566,8 @@ textarea.form-control { .popover .arrow::after, .popover .arrow::before { - border-left-color: #151515 !important; - border-right-color: #151515 !important; + border-left-color: lighten($light, 2%) !important; + border-right-color: lighten($light, 2%) !important; } .popover { -- cgit v1.2.3