mirror of
https://github.com/aljazceru/twentyone-world.github.io.git
synced 2025-12-19 15:34:26 +01:00
style: darker whites
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user