style: darker whites

This commit is contained in:
Gigi
2022-04-27 22:07:16 +02:00
parent b551beb36a
commit 9f5af748d2

View File

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