fix: orange color

This commit is contained in:
Gigi
2022-04-26 18:30:06 +02:00
parent fd4922ee01
commit 2fcf4def8a

View File

@@ -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>