diff --git a/src/app.css b/src/app.css index 7d1de73..674c2ab 100644 --- a/src/app.css +++ b/src/app.css @@ -41,6 +41,9 @@ .text-mild { @apply text-white/70; } + .text-supermild { + @apply text-white/40; + } table.table-custom { @apply text-base; diff --git a/src/lib/config.js b/src/lib/config.js index 48e708f..f175fe7 100644 --- a/src/lib/config.js +++ b/src/lib/config.js @@ -14,6 +14,7 @@ parent: Web3Privacy Now parentUrl: https://web3privacy.info desc: June 5, 2023 - A lunarpunk conference focused on privacy in the Web3 industry as a complement to the Web3Privacy Now research. authors: "💛 Collaboration of [Web3Privacy Now](https://web3privacy.info) & [ETHBrno](https://ethbrno.cz) team" +license: This web is built with [SvelteKit](https://kit.svelte.dev/) and is [open-source](https://github.com/web3privacy/w3ps1) under CC0 license slogan: Diving into the culture of the Web3 privacy industry aggregator: Prague Blockchain Week 2023 aggregatorUrl: http://prgblockweek.com/ diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 3c3e9f5..1009cff 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -73,7 +73,7 @@
-
+
{data.config.parent}
@@ -94,6 +94,11 @@
+ {#if data.config.license} +
+ +
+ {/if}