From 1cc2a8afe371ded8305c5d7272d67fc8505c2aa9 Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Wed, 7 Mar 2018 01:06:33 +0000 Subject: [PATCH] some style tweelks --- src/css/custom.scss | 2 +- src/service-worker.js | 2 +- src/v1/js/Forecast.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/css/custom.scss b/src/css/custom.scss index c37bab8..1d01eb9 100644 --- a/src/css/custom.scss +++ b/src/css/custom.scss @@ -463,7 +463,7 @@ li { .glassy { - background-color: rgba(0,0,0, 0.4); + background-color: rgba(31, 28, 23, 0.4); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(2px); } diff --git a/src/service-worker.js b/src/service-worker.js index 4420a02..503b4bf 100644 --- a/src/service-worker.js +++ b/src/service-worker.js @@ -11,7 +11,7 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -const CACHE_VERSION = { 'version': '0.0.165' }; +const CACHE_VERSION = { 'version': '0.0.166' }; const dataCacheName = 'jubileeData-v1'; const cacheName = 'jubilee-final-1'; const filesToCache = [ diff --git a/src/v1/js/Forecast.js b/src/v1/js/Forecast.js index 0319cbe..5dab91c 100644 --- a/src/v1/js/Forecast.js +++ b/src/v1/js/Forecast.js @@ -59,7 +59,7 @@ const ForecastView = Backbone.View.extend({ 'templateCurrently': _.template(`
-
<%=summary%>
+
<%=summary%>
vertical_align_top<%=tempMax%>° vertical_align_bottom<%=tempMin%>°