Update some stuff things

Signed-off-by: Alexander J <odyssey346@disroot.org>
This commit is contained in:
Alexander J 2022-05-27 19:40:32 +02:00
parent 4cdadb8932
commit 5f6601e921
4 changed files with 744 additions and 188 deletions

View File

@ -13,11 +13,11 @@
"devDependencies": {
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "next",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"eslint": "^7.32.0",
"eslint-plugin-svelte3": "^3.4.1",
"mdsvex": "^0.10.5",
"mdsvex": "^0.10.6",
"svelte": "^3.48.0",
"svelte-check": "^2.7.1",
"svelte-preprocess": "^4.10.6",
@ -26,7 +26,7 @@
},
"type": "module",
"dependencies": {
"@modular-css/svelte": "^28.1.0",
"@modular-css/svelte": "^28.1.2",
"@sveltejs/adapter-static": "next",
"svelte-seo": "^1.4.0"
}

File diff suppressed because it is too large Load Diff

View File

@ -3,11 +3,11 @@
<head>
<meta charset="utf-8" />
<meta name="description" content="" />
<!--<link rel="icon" href="%svelte.assets%/favicon.png" />-->
<!--<link rel="icon" href="%sveltekit.assets%/favicon.png" />-->
<meta name="viewport" content="width=device-width, initial-scale=1" />
%svelte.head%
%sveltekit.head%
</head>
<body>
<div>%svelte.body%</div>
<div>%sveltekit.body%</div>
</body>
</html>

View File

@ -55,7 +55,6 @@ a:hover {
.button:hover {
background-color: #00d4aa;
color: black;
border-radius: 12px;
transform: translateY(-0.25em);
box-shadow: 0 0.5em 0.5em -0.4em #00755e;
}