diff --git a/website/src/app.css b/website/src/app.css index fffcfa5..4a907b9 100644 --- a/website/src/app.css +++ b/website/src/app.css @@ -2,4 +2,19 @@ @tailwind base; @tailwind components; -@tailwind utilities; \ No newline at end of file +@tailwind utilities; + +@layer components { + .text a { + @apply underline hover:no-underline hover:text-red-200; + } + #footer a { + @apply underline hover:no-underline hover:text-pbw-white; + } + .separator { + @apply inline-block mx-3; + } + .button { + @apply border border-pbw-yellow py-3 px-4 rounded hover:bg-pbw-yellow hover:text-pbw-red; + } +} \ No newline at end of file diff --git a/website/src/routes/+page.svelte b/website/src/routes/+page.svelte index 4b1b73a..3900885 100644 --- a/website/src/routes/+page.svelte +++ b/website/src/routes/+page.svelte @@ -15,18 +15,24 @@
-
-

A decentralized gathering of all people interested in cryptocurrencies and related topics. It consists of many independent events across Jun 2 - 11, including conferences, hackathons, workshops, community meetups, as well as various parties and happy hours.

+
+

A decentralized gathering of all people interested in cryptocurrencies and related topics. It consists of many independent events across Jun 2 - 11, including conferences, hackathons, workshops, community meetups, as well as various parties and happy hours.

These events will focus on a variety of different cryptocurrency ecosystems and topics such as hard money, payments, DeFi, Web3, DAOs, CryptoEconomics, NFTs, DeSci, mining, and many more.

-

It is a chain agnostic and neutral community-led initiative. Our goal is not to promote one single blockchain, but rather to stimulate discussion between proponents of different solutions. The common theme is financial freedom, decentralization and privacy.

+

It is a chain agnostic and neutral community-led initiative. Our goal is not to promote one single blockchain, but rather to stimulate discussion between proponents of different solutions. The common theme is financial freedom, decentralization and privacy.

-
- Host your event!   ⎯   FAQ   ⎯   Contact Us   ⎯   Impressum +