(pwa) add the new version component from vite pwa plugin

This commit is contained in:
Julien Calixte
2023-07-08 18:47:59 +02:00
parent fe2ba2d82d
commit 5d7a7fab0e
5 changed files with 66 additions and 67 deletions

View File

@@ -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;