forked from ProjectSegfault/website
Update some stuff things
Signed-off-by: Alexander J <odyssey346@disroot.org>
This commit is contained in:
parent
4cdadb8932
commit
5f6601e921
@ -13,11 +13,11 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@sveltejs/adapter-auto": "next",
|
"@sveltejs/adapter-auto": "next",
|
||||||
"@sveltejs/kit": "next",
|
"@sveltejs/kit": "next",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.23.0",
|
"@typescript-eslint/eslint-plugin": "^5.26.0",
|
||||||
"@typescript-eslint/parser": "^5.23.0",
|
"@typescript-eslint/parser": "^5.26.0",
|
||||||
"eslint": "^7.32.0",
|
"eslint": "^7.32.0",
|
||||||
"eslint-plugin-svelte3": "^3.4.1",
|
"eslint-plugin-svelte3": "^3.4.1",
|
||||||
"mdsvex": "^0.10.5",
|
"mdsvex": "^0.10.6",
|
||||||
"svelte": "^3.48.0",
|
"svelte": "^3.48.0",
|
||||||
"svelte-check": "^2.7.1",
|
"svelte-check": "^2.7.1",
|
||||||
"svelte-preprocess": "^4.10.6",
|
"svelte-preprocess": "^4.10.6",
|
||||||
@ -26,7 +26,7 @@
|
|||||||
},
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@modular-css/svelte": "^28.1.0",
|
"@modular-css/svelte": "^28.1.2",
|
||||||
"@sveltejs/adapter-static": "next",
|
"@sveltejs/adapter-static": "next",
|
||||||
"svelte-seo": "^1.4.0"
|
"svelte-seo": "^1.4.0"
|
||||||
}
|
}
|
||||||
|
917
pnpm-lock.yaml
917
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
@ -3,11 +3,11 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="description" content="" />
|
<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" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
%svelte.head%
|
%sveltekit.head%
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div>%svelte.body%</div>
|
<div>%sveltekit.body%</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -55,7 +55,6 @@ a:hover {
|
|||||||
.button:hover {
|
.button:hover {
|
||||||
background-color: #00d4aa;
|
background-color: #00d4aa;
|
||||||
color: black;
|
color: black;
|
||||||
border-radius: 12px;
|
|
||||||
transform: translateY(-0.25em);
|
transform: translateY(-0.25em);
|
||||||
box-shadow: 0 0.5em 0.5em -0.4em #00755e;
|
box-shadow: 0 0.5em 0.5em -0.4em #00755e;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user