diff --git a/src/css/spinner.scss b/src/css/spinner.scss index 617c7bb..dbc3178 100644 --- a/src/css/spinner.scss +++ b/src/css/spinner.scss @@ -1,8 +1,9 @@ $green: #008744; -$blue: #0057e7; -$red: #d62d20; -$yellow: #ffa700; +$blue: #0fa3ef; +$red: #dc4f43; +$yellow: #ffbe39; $white: #eee; +$black: #301010; // scaling... any units $width: 100px; @@ -80,13 +81,13 @@ body { stroke: $red; } 40% { - stroke: $blue; + stroke: $yellow; } 66% { - stroke: $green; + stroke: $blue; } 80%, 90% { - stroke: $yellow; + stroke: $black; } } diff --git a/src/service-worker.js b/src/service-worker.js index 6a010f5..0037900 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.651' }; +const CACHE_VERSION = { 'version': '0.0.684' }; const dataCacheName = 'jubileeData-v1'; const cacheName = 'jubilee-final-1'; const filesToCache = [ diff --git a/src/v1/index.html b/src/v1/index.html index 7644653..3ebc4e1 100644 --- a/src/v1/index.html +++ b/src/v1/index.html @@ -63,6 +63,11 @@
+ +