diff --git a/src/components/helpers/tooltip/tooltip.scss b/src/components/helpers/tooltip/tooltip.scss index 14b98667..9130de0d 100644 --- a/src/components/helpers/tooltip/tooltip.scss +++ b/src/components/helpers/tooltip/tooltip.scss @@ -5,7 +5,7 @@ .tooltipTitle { width: 60px; - background-color: #ffffff; + background-color: rgba(255, 255, 255, 0.89); color: #000000; text-align: center; font-size: 0.6rem; @@ -26,12 +26,12 @@ &:hover { .tooltipTitle { visibility: visible; - opacity: 0.8; + opacity: 1; } } } .dark .tooltipTitle { - background-color: #000000; + background-color: rgba(0, 0, 0, 0.79); color: #ffffff; }