diff options
Diffstat (limited to 'flatly/_variables.scss')
-rw-r--r-- | flatly/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flatly/_variables.scss b/flatly/_variables.scss index cbd8f185..418815ec 100644 --- a/flatly/_variables.scss +++ b/flatly/_variables.scss @@ -512,7 +512,7 @@ $tooltip-max-width: 200px; //** Tooltip text color $tooltip-color: #fff; //** Tooltip background color -$tooltip-bg: rgba(0,0,0,.9); +$tooltip-bg: #000; $tooltip-opacity: .9; //** Tooltip arrow width |