diff options
Diffstat (limited to 'cyborg/variables.less')
-rw-r--r-- | cyborg/variables.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cyborg/variables.less b/cyborg/variables.less index dece0eb5..0eceb2be 100644 --- a/cyborg/variables.less +++ b/cyborg/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 |