diff --git a/src/bus/serviceWorkerEventBus.ts b/src/bus/serviceWorkerEventBus.ts deleted file mode 100644 index b514a48..0000000 --- a/src/bus/serviceWorkerEventBus.ts +++ /dev/null @@ -1,3 +0,0 @@ -import { createEventBus } from 'retrobus' - -export const serviceWorkerBusEvent = createEventBus('new-version') diff --git a/src/components/NewVersion.vue b/src/components/NewVersion.vue index 834b4e6..562f9ac 100644 --- a/src/components/NewVersion.vue +++ b/src/components/NewVersion.vue @@ -1,32 +1,50 @@ + + - + diff --git a/src/styles/app.scss b/src/styles/app.scss index eca2428..2d2b26a 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -19,7 +19,8 @@ $light-link: lighten($link, 45%); $family-primary: 'Courier Prime', monospace; :root { - --font-family: var(#{$family-primary}); + --primary-color: #{$primary}; + --font-family: #{$family-primary}; --font-color: #4a4a4a; --light-link: #{$light-link}; --background-color: #ffffff; diff --git a/src/views/HomeApp.vue b/src/views/HomeApp.vue index 6e2ee0c..8ab189c 100644 --- a/src/views/HomeApp.vue +++ b/src/views/HomeApp.vue @@ -1,18 +1,9 @@ - - - + +