mirror of
https://github.com/aljazceru/twentyone-world.github.io.git
synced 2025-12-19 15:54:23 +01:00
style: darker white
This commit is contained in:
@@ -15,10 +15,10 @@ qtip: '/js/jquery.qtip.min.js'
|
||||
// Colors
|
||||
const cOrange = '#F79621';
|
||||
const cGray = '#333';
|
||||
const cWhite = '#FFF';
|
||||
const cWhite = '#EEE';
|
||||
const cDarkGray = '#222';
|
||||
const cDarkOrange = '#735000';
|
||||
const cDarkWhite = '#BBB';
|
||||
const cDarkWhite = '#999';
|
||||
|
||||
// initialize tooltips
|
||||
$.fn.qtip.defaults.style.classes = 'ui-tooltip-bootstrap';
|
||||
|
||||
Reference in New Issue
Block a user