diff --git a/rp-variables.css b/rp-variables.css index bf9b0aa..ac2fcff 100644 --- a/rp-variables.css +++ b/rp-variables.css @@ -86,7 +86,10 @@ --rp-current-highlight-background-color: rgba(255, 0, 0, 1); /* Tooltip */ --rp-tooltip-background-color: #1c2024; - --rp-tooltip-border-radius: var(--rp-border-radius); + --rp-tooltip-border-radius: 4px; + --rp-tooltip-font-color: #ffffff; + --rp-tooltip-font-size: 14px; + --rp-tooltip-padding: 8px 8px; /* Password Modal */ --rp-password-background-color: #ffffff; --rp-password-title-font-color: #1c2024;