From 0dedb252acdced77dc403ff4acdbb42734eb991f Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Thu, 21 Nov 2013 15:04:44 +0100 Subject: [PATCH] minor style fix --- apps/wolnelektury_core/static/scss/funding/funding.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/wolnelektury_core/static/scss/funding/funding.scss b/apps/wolnelektury_core/static/scss/funding/funding.scss index 61a48d681..20952733d 100644 --- a/apps/wolnelektury_core/static/scss/funding/funding.scss +++ b/apps/wolnelektury_core/static/scss/funding/funding.scss @@ -53,7 +53,7 @@ @include size(border-radius, 20px); background-image: url(/static/img/progress-pixel.png); background-repeat: repeat-y; - background-color: mix(#ec6d00, orange, .5); + background-color: #F68900; @include box-shadow(1px 1px 1px #888); } .with-button { -- 2.20.1