diff options
Diffstat (limited to 'journal/variables.less')
-rw-r--r-- | journal/variables.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/journal/variables.less b/journal/variables.less index 74b20cd5..bb6bebcc 100644 --- a/journal/variables.less +++ b/journal/variables.less @@ -512,7 +512,7 @@ //** 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 |