From 0fda30d0ff82bf88f25cb3420d98b96398ab509f Mon Sep 17 00:00:00 2001 From: Gigi Date: Tue, 26 Apr 2022 21:12:10 +0200 Subject: [PATCH] style: darker white --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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';