diff --git a/index.html b/index.html index 2aa9d472..fdc5322c 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ <%= productName %> - + @@ -16,13 +16,13 @@ rel="icon" type="image/png" sizes="32x32" - href="public/icons/favicon-32x32.png" + href="/icons/favicon-32x32.png" /> diff --git a/src/css/quasar.variables.scss b/src/css/quasar.variables.scss index cfa70390..14f41bf0 100644 --- a/src/css/quasar.variables.scss +++ b/src/css/quasar.variables.scss @@ -45,5 +45,5 @@ $separator-dark-color: var(--border-color); } .q-dialog__backdrop { - background-color: hsla(0 0 60% / 0.4) !important; + background-color: hsla(0 0% 60% / 0.4) !important; }