From 895ba45aecd79bcf4017d219aeae58082dba6aea Mon Sep 17 00:00:00 2001 From: Sky Young Date: Mon, 21 May 2018 16:14:56 -0700 Subject: [PATCH] Update progress bar color --- package.json | 2 +- public/src/css/common.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index de47e94..39baf01 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "flosight-ui", "description": "An open-source frontend for the Flosight API. The Flosight API provides you with a convenient, powerful and simple way to query and broadcast data on the florincoin network and build your own services with it.", - "version": "5.0.0-beta.63", + "version": "5.0.0-beta.64", "repository": "git://github.com/bitpay/flosight-ui.git", "bugs": { "url": "https://github.com/bitpay/flosight-ui/issues" diff --git a/public/src/css/common.css b/public/src/css/common.css index 28a4ab4..201cb12 100644 --- a/public/src/css/common.css +++ b/public/src/css/common.css @@ -24,7 +24,7 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { /* Styling for the ngProgress itself */ #ngProgress { - background-color: #6C9032 !important; + background-color: #306d8e !important; box-shadow: none !important; color: #373D42 !important; height: 3px !important;