diff options
Diffstat (limited to 'spacelab/variables.less')
-rw-r--r-- | spacelab/variables.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spacelab/variables.less b/spacelab/variables.less index 6dbf6b24..9f56979f 100644 --- a/spacelab/variables.less +++ b/spacelab/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 |