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';