Update dependencies and fix some scrollbar styling

This commit is contained in:
Lewin Kelly 2023-09-09 23:51:01 +01:00
parent c2b2804130
commit 126707bcb8
No known key found for this signature in database
GPG Key ID: C103AD9C84014FD7
3 changed files with 397 additions and 379 deletions

View File

@ -6,7 +6,7 @@
"dev": "vite dev", "dev": "vite dev",
"build": "vite build", "build": "vite build",
"preview": "vite preview", "preview": "vite preview",
"buildview": " && vite build && vite preview", "buildview": "vite build && vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check .", "lint": "prettier --plugin-search-dir . --check .",
@ -14,28 +14,28 @@
}, },
"devDependencies": { "devDependencies": {
"@sveltejs/adapter-static": "^2.0.3", "@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.22.3", "@sveltejs/kit": "^1.24.1",
"@types/marked": "^5.0.1", "@types/marked": "^5.0.1",
"@types/nprogress": "^0.2.0", "@types/nprogress": "^0.2.0",
"@unocss/extractor-svelte": "^0.54.0", "@unocss/extractor-svelte": "^0.55.7",
"@unocss/transformer-directives": "^0.54.0", "@unocss/transformer-directives": "^0.55.7",
"marked": "^5.1.2", "marked": "^8.0.1",
"mdsvex": "^0.11.0", "mdsvex": "^0.11.0",
"prettier": "^3.0.0", "prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.0.3", "prettier-plugin-svelte": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.4.1", "prettier-plugin-tailwindcss": "^0.5.4",
"stylus": "^0.59.0", "stylus": "^0.60.0",
"svelte": "^4.1.1", "svelte": "^4.2.0",
"svelte-check": "^3.4.6", "svelte-check": "^3.5.1",
"svelte-preprocess": "^5.0.4", "svelte-preprocess": "^5.0.4",
"sveltekit-autoimport": "^1.7.0", "sveltekit-autoimport": "^1.7.1",
"tslib": "^2.6.1", "tslib": "^2.6.2",
"typescript": "^5.1.6", "typescript": "^5.2.2",
"unocss": "^0.54.0", "unocss": "^0.55.7",
"vite": "^4.4.7" "vite": "^4.4.9"
}, },
"packageManager": "pnpm@8.6.6",
"dependencies": { "dependencies": {
"nprogress": "^0.2.0" "nprogress": "^0.2.0"
} },
"packageManager": "pnpm@8.6.12"
} }

File diff suppressed because it is too large Load Diff

View File

@ -55,8 +55,9 @@ hr
::-webkit-scrollbar ::-webkit-scrollbar
position fixed position fixed
width 1rem width 1rem
height 0.5rem height 1rem
&-track, &-corner &-track
&-corner
background #282625 background #282625
+lightTheme() +lightTheme()
background white background white