This commit is contained in:
parent
ff2a4d2f58
commit
9012bb96d6
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
</head>
|
||||
<style>
|
||||
:root {
|
||||
--footer-height: calc(68px + 20px + 20px);
|
||||
--footer-height: 108px;
|
||||
--accent-color: #213c8b;
|
||||
--pianello-red: #de0e1b;
|
||||
--pianello-yellow: #f6ae04;
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
let node: HTMLElement;
|
||||
|
||||
onMount(() => {
|
||||
if(import.meta.env.DEV) return;
|
||||
if(import.meta.env.DEV) return;
|
||||
|
||||
if ('serviceWorker' in navigator) {
|
||||
addEventListener('load', function () {
|
||||
|
|
Loading…
Reference in a new issue