mirror of
https://github.com/web3privacy/w3ps1.git
synced 2024-10-15 16:26:26 +02:00
deploy: ae84dc0143
This commit is contained in:
parent
984081bec7
commit
df8732c137
6 changed files with 12 additions and 8 deletions
|
@ -794,6 +794,10 @@ person-item:hover .text-mild,
|
|||
color: rgb(255 255 255 / 0.5);
|
||||
transition-duration: 1000ms;
|
||||
}
|
||||
.badge:hover .badge-image{
|
||||
--tw-grayscale: grayscale(0);
|
||||
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
||||
}
|
||||
.fixed{
|
||||
position: fixed;
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
import { _ } from "./_layout-ddc4530b.js";
|
||||
import { default as default2 } from "../components/pages/_layout.svelte-52954fb1.js";
|
||||
import { default as default2 } from "../components/pages/_layout.svelte-6856880f.js";
|
||||
export {
|
||||
default2 as component,
|
||||
_ as universal
|
|
@ -857,7 +857,7 @@ class Root extends SvelteComponent {
|
|||
}
|
||||
const matchers = {};
|
||||
const nodes = [
|
||||
() => __vitePreload(() => import("./chunks/0-ede083ca.js"), true ? ["./chunks/0-ede083ca.js","./chunks/_layout-ddc4530b.js","./components/pages/_layout.svelte-52954fb1.js","./chunks/index-2a025a89.js","./chunks/helpers-88229792.js","./assets/_layout-27ba224c.css"] : void 0, import.meta.url),
|
||||
() => __vitePreload(() => import("./chunks/0-a229ed45.js"), true ? ["./chunks/0-a229ed45.js","./chunks/_layout-ddc4530b.js","./components/pages/_layout.svelte-6856880f.js","./chunks/index-2a025a89.js","./chunks/helpers-88229792.js","./assets/_layout-9a73c743.css"] : void 0, import.meta.url),
|
||||
() => __vitePreload(() => import("./chunks/1-1b14460c.js"), true ? ["./chunks/1-1b14460c.js","./components/error.svelte-67e543b8.js","./chunks/index-2a025a89.js","./chunks/singletons-286ffebd.js"] : void 0, import.meta.url),
|
||||
() => __vitePreload(() => import("./chunks/2-9ba64b41.js"), true ? ["./chunks/2-9ba64b41.js","./chunks/_page-7871bec4.js","./chunks/index-2a025a89.js","./chunks/helpers-88229792.js","./chunks/singletons-286ffebd.js","./chunks/preload-helper-f8376bb0.js"] : void 0, import.meta.url)
|
||||
];
|
|
@ -1 +1 @@
|
|||
{"version":"1682700701248"}
|
||||
{"version":"1682757685419"}
|
10
index.html
10
index.html
|
@ -6,12 +6,12 @@
|
|||
<meta name="viewport" content="width=device-width" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta http-equiv="content-security-policy" content="">
|
||||
<link href="./_app/immutable/assets/_layout-27ba224c.css" rel="stylesheet">
|
||||
<link rel="modulepreload" href="./_app/immutable/start-2b7f7774.js">
|
||||
<link href="./_app/immutable/assets/_layout-9a73c743.css" rel="stylesheet">
|
||||
<link rel="modulepreload" href="./_app/immutable/start-d4172c69.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/index-2a025a89.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/singletons-286ffebd.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/preload-helper-f8376bb0.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/components/pages/_layout.svelte-52954fb1.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/components/pages/_layout.svelte-6856880f.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/helpers-88229792.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/modules/pages/_layout.js-fcc1269e.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/_layout-ddc4530b.js">
|
||||
|
@ -314,13 +314,13 @@
|
|||
|
||||
|
||||
<script type="module" data-sveltekit-hydrate="1utp4y4">
|
||||
import { start } from "./_app/immutable/start-2b7f7774.js";
|
||||
import { start } from "./_app/immutable/start-d4172c69.js";
|
||||
|
||||
start({
|
||||
assets: "",
|
||||
env: {},
|
||||
target: document.querySelector('[data-sveltekit-hydrate="1utp4y4"]').parentNode,
|
||||
version: "1682700701248",
|
||||
version: "1682757685419",
|
||||
hydrate: {
|
||||
node_ids: [0, 2],
|
||||
data: [{type:"data",data:null,uses:{}},null],
|
||||
|
|
Loading…
Reference in a new issue