diff options
Diffstat (limited to 'journal/_variables.scss')
-rw-r--r-- | journal/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/journal/_variables.scss b/journal/_variables.scss index d74047a9..e65026a7 100644 --- a/journal/_variables.scss +++ b/journal/_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 |