🚨 fixing favicon and app.css errors

Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
Sindre Kjelsrud 2024-04-25 22:05:04 +02:00
parent d362cf7995
commit 7a3030ad85
Signed by untrusted user who does not match committer: sidski
GPG key ID: D2BBDF3EDE6BA9A6
4 changed files with 8 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

View file

@ -4,6 +4,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name=description content="AI i medisin">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="stylesheet" href="./app.css" />
<title>Helseveileder</title>
%sveltekit.head%

7
frontend/static/app.css Normal file
View file

@ -0,0 +1,7 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
body {
background: #eef0f3;
}

BIN
frontend/static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB