mirror of
https://github.com/aljazceru/twentyone-world.github.io.git
synced 2025-12-19 21:54:20 +01:00
fix: orange color
This commit is contained in:
@@ -13,7 +13,7 @@ qtip: '/js/jquery.qtip.min.js'
|
|||||||
|
|
||||||
$(function () {
|
$(function () {
|
||||||
// Colors
|
// Colors
|
||||||
const cOrange = '#F2A900';
|
const cOrange = '#F79621';
|
||||||
const cGray = '#333';
|
const cGray = '#333';
|
||||||
const cDarkGray = '#222';
|
const cDarkGray = '#222';
|
||||||
const cDarkOrange = '#735000';
|
const cDarkOrange = '#735000';
|
||||||
|
|||||||
Reference in New Issue
Block a user