From 6a6e98feb959165db027a0aee7aa8baf62fdfc1d Mon Sep 17 00:00:00 2001 From: Paul Elliott Date: Mon, 21 Oct 2024 15:06:59 -0400 Subject: [PATCH] feat(global.css): increase tooltip background opacity For readability. --- src/global.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/global.css b/src/global.css index 561bc4c3c..5cc87491f 100644 --- a/src/global.css +++ b/src/global.css @@ -23,6 +23,10 @@ body { border: thin solid rgb(var(--v-theme-on-surface-variant)) !important; } +.v-tooltip .v-overlay__content { + background-color: rgba(255, 255, 255, 0.9) !important; +} + ul:not([class]), ol:not([class]) { padding-left: 20px;