diff --git a/index.html b/index.html index f8fdb84..6392847 100644 --- a/index.html +++ b/index.html @@ -15,10 +15,10 @@ qtip: '/js/jquery.qtip.min.js' // Colors const cOrange = '#F79621'; const cGray = '#333'; - const cWhite = '#FFF'; + const cWhite = '#EEE'; const cDarkGray = '#222'; const cDarkOrange = '#735000'; - const cDarkWhite = '#BBB'; + const cDarkWhite = '#999'; // initialize tooltips $.fn.qtip.defaults.style.classes = 'ui-tooltip-bootstrap';