/* * Variables */ @theme-color: #DAA520; /* STEELBLUE */ @contrast-color: #ffffff; @link-color: @theme-color; @link-color-hover: lighten(@theme-color, 20%); @font-color: #ffffff; @footer-background: #35414D; @footer-font: #82939d; @footer-title: #e6eaed; /* * LESS */ a { color: @link-color; h1 { color: @link-color; } } .sevenpage-image-text-box { background: fade(@contrast-color, 50%); } #single-content h1 { color: @theme-color; } li.mobile-tab { background: @theme-color; color: @contrast-color; } footer { color: @footer-font; background: @footer-background; }