mirror of
https://github.com/web3privacy/w3ps1.git
synced 2024-10-15 16:26:26 +02:00
deploy: 01723c3544
This commit is contained in:
parent
e2734ef789
commit
7ad15fd9d8
6 changed files with 12 additions and 9 deletions
|
@ -656,7 +656,7 @@ person-item:hover .text-mild,
|
|||
cursor: help;
|
||||
transition-property: all;
|
||||
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
||||
transition-duration: 300ms;
|
||||
transition-duration: 500ms;
|
||||
}
|
||||
.topic-item:hover .topic-header{
|
||||
--tw-bg-opacity: 1;
|
||||
|
@ -716,6 +716,9 @@ person-item:hover .text-mild,
|
|||
.topic-item:hover .topic-img{
|
||||
--tw-invert: invert(100%);
|
||||
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);
|
||||
transition-property: all;
|
||||
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
||||
transition-duration: 500ms;
|
||||
}
|
||||
.person-item:hover .speaker-name{
|
||||
text-transform: lowercase;
|
|
@ -1,5 +1,5 @@
|
|||
import { _ } from "./_layout-308acc63.js";
|
||||
import { default as default2 } from "../components/pages/_layout.svelte-a349a0b2.js";
|
||||
import { default as default2 } from "../components/pages/_layout.svelte-1050aff9.js";
|
||||
export {
|
||||
default2 as component,
|
||||
_ as universal
|
|
@ -857,7 +857,7 @@ class Root extends SvelteComponent {
|
|||
}
|
||||
const matchers = {};
|
||||
const nodes = [
|
||||
() => __vitePreload(() => import("./chunks/0-8e25951d.js"), true ? ["./chunks/0-8e25951d.js","./chunks/_layout-308acc63.js","./components/pages/_layout.svelte-a349a0b2.js","./chunks/index-88d77172.js","./chunks/helpers-c3e656fe.js","./assets/_layout-a0736d49.css"] : void 0, import.meta.url),
|
||||
() => __vitePreload(() => import("./chunks/0-fd242610.js"), true ? ["./chunks/0-fd242610.js","./chunks/_layout-308acc63.js","./components/pages/_layout.svelte-1050aff9.js","./chunks/index-88d77172.js","./chunks/helpers-c3e656fe.js","./assets/_layout-12f2ec2d.css"] : void 0, import.meta.url),
|
||||
() => __vitePreload(() => import("./chunks/1-8bc57e9d.js"), true ? ["./chunks/1-8bc57e9d.js","./components/error.svelte-0198a771.js","./chunks/index-88d77172.js","./chunks/singletons-0b808b86.js"] : void 0, import.meta.url),
|
||||
() => __vitePreload(() => import("./chunks/2-0e69a3a1.js"), true ? ["./chunks/2-0e69a3a1.js","./chunks/_page-3742c7ac.js","./chunks/index-88d77172.js","./chunks/helpers-c3e656fe.js","./chunks/singletons-0b808b86.js","./chunks/preload-helper-f8376bb0.js"] : void 0, import.meta.url)
|
||||
];
|
|
@ -1 +1 @@
|
|||
{"version":"1682410780257"}
|
||||
{"version":"1682411008999"}
|
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-a0736d49.css" rel="stylesheet">
|
||||
<link rel="modulepreload" href="./_app/immutable/start-b79ffab6.js">
|
||||
<link href="./_app/immutable/assets/_layout-12f2ec2d.css" rel="stylesheet">
|
||||
<link rel="modulepreload" href="./_app/immutable/start-66121703.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/index-88d77172.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/singletons-0b808b86.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/preload-helper-f8376bb0.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/components/pages/_layout.svelte-a349a0b2.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/components/pages/_layout.svelte-1050aff9.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/helpers-c3e656fe.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/modules/pages/_layout.js-a62ab53a.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/_layout-308acc63.js">
|
||||
|
@ -258,13 +258,13 @@
|
|||
|
||||
|
||||
<script type="module" data-sveltekit-hydrate="5ufhka">
|
||||
import { start } from "./_app/immutable/start-b79ffab6.js";
|
||||
import { start } from "./_app/immutable/start-66121703.js";
|
||||
|
||||
start({
|
||||
assets: "",
|
||||
env: {},
|
||||
target: document.querySelector('[data-sveltekit-hydrate="5ufhka"]').parentNode,
|
||||
version: "1682410780257",
|
||||
version: "1682411008999",
|
||||
hydrate: {
|
||||
node_ids: [0, 2],
|
||||
data: [{type:"data",data:null,uses:{}},null],
|
||||
|
|
Loading…
Reference in a new issue