fix: wrong import & css
This commit is contained in:
parent
ad930ecdff
commit
936a4923f4
2 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title><%= productName %></title>
|
||||
<link rel="stylesheet" href="public/iconsax-css/style.css" />
|
||||
<link rel="stylesheet" href="/iconsax-css/style.css" />
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="<%= productDescription %>" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
|
|
@ -16,13 +16,13 @@
|
|||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="public/icons/favicon-32x32.png"
|
||||
href="/icons/favicon-32x32.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="public/icons/favicon-16x16.png"
|
||||
href="/icons/favicon-16x16.png"
|
||||
/>
|
||||
<link rel="icon" type="image/ico" href="favicon.ico" />
|
||||
</head>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue