diff --git a/src/css/weather.scss b/src/css/weather.scss index de5b110..31ff50b 100644 --- a/src/css/weather.scss +++ b/src/css/weather.scss @@ -78,3 +78,8 @@ -webkit-transition: all 1s linear; -o-transition : all 1s linear; } + +.normalWeight { + + font-weight:400; +} diff --git a/src/service-worker.js b/src/service-worker.js index 5f631ef..e3c6f4e 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.211' }; +const CACHE_VERSION = { 'version': '0.0.212' }; 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 5dab91c..ac2ee97 100644 --- a/src/v1/js/Forecast.js +++ b/src/v1/js/Forecast.js @@ -75,7 +75,7 @@ const ForecastView = Backbone.View.extend({