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';
|
||||||
@@ -104,4 +104,4 @@ qtip: '/js/jquery.qtip.min.js'
|
|||||||
<div id="map" style="margin-bottom:1em">
|
<div id="map" style="margin-bottom:1em">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>Lorem ipsum, add your stuff.</p>
|
<p>Lorem ipsum, add your stuff.</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user