From 9f5af748d24c9f1caab0a52004a35808353df7d4 Mon Sep 17 00:00:00 2001 From: Gigi Date: Wed, 27 Apr 2022 22:07:16 +0200 Subject: [PATCH] style: darker whites --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 10f34a7..faaa6a4 100644 --- a/index.html +++ b/index.html @@ -13,10 +13,10 @@ title: Twentyone.World // Colors const cOrange = '#F79621'; const cGray = '#333'; - const cWhite = '#CCC'; + const cWhite = '#777'; const cDarkGray = '#222'; const cDarkOrange = '#735000'; - const cDarkWhite = '#999'; + const cDarkWhite = '#555'; // initialize tooltips $.fn.qtip.defaults.style.classes = 'ui-tooltip-bootstrap';