🚨 fixing favicon and app.css errors
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
d362cf7995
commit
7a3030ad85
4 changed files with 8 additions and 0 deletions
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB |
|
@ -4,6 +4,7 @@
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name=description content="AI i medisin">
|
<meta name=description content="AI i medisin">
|
||||||
|
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||||
<link rel="stylesheet" href="./app.css" />
|
<link rel="stylesheet" href="./app.css" />
|
||||||
<title>Helseveileder</title>
|
<title>Helseveileder</title>
|
||||||
%sveltekit.head%
|
%sveltekit.head%
|
||||||
|
|
7
frontend/static/app.css
Normal file
7
frontend/static/app.css
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
@tailwind base;
|
||||||
|
@tailwind components;
|
||||||
|
@tailwind utilities;
|
||||||
|
|
||||||
|
body {
|
||||||
|
background: #eef0f3;
|
||||||
|
}
|
BIN
frontend/static/favicon.ico
Normal file
BIN
frontend/static/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Reference in a new issue