mirror of
https://github.com/aljazceru/twentyone-world.github.io.git
synced 2025-12-19 18:54:20 +01:00
style: darker whites
This commit is contained in:
@@ -13,10 +13,10 @@ title: Twentyone.World
|
|||||||
// Colors
|
// Colors
|
||||||
const cOrange = '#F79621';
|
const cOrange = '#F79621';
|
||||||
const cGray = '#333';
|
const cGray = '#333';
|
||||||
const cWhite = '#CCC';
|
const cWhite = '#777';
|
||||||
const cDarkGray = '#222';
|
const cDarkGray = '#222';
|
||||||
const cDarkOrange = '#735000';
|
const cDarkOrange = '#735000';
|
||||||
const cDarkWhite = '#999';
|
const cDarkWhite = '#555';
|
||||||
|
|
||||||
// initialize tooltips
|
// initialize tooltips
|
||||||
$.fn.qtip.defaults.style.classes = 'ui-tooltip-bootstrap';
|
$.fn.qtip.defaults.style.classes = 'ui-tooltip-bootstrap';
|
||||||
|
|||||||
Reference in New Issue
Block a user