From e0dd3be1b5b48d4504cc4f08760b54c3dc9c26d2 Mon Sep 17 00:00:00 2001 From: timurgordon Date: Tue, 22 Feb 2022 18:01:52 +0300 Subject: [PATCH] link styling --- content/_index.md | 8 +++++++- css/index.css | 2 +- css/layout.css | 5 +++++ 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/content/_index.md b/content/_index.md index 0135698..743f2c6 100644 --- a/content/_index.md +++ b/content/_index.md @@ -44,6 +44,8 @@ The Creator Economy requires robust infrastructure including a set of intuitive developer tools, and an engaged, decentralized community. +
+ [Learn about the Creator Economy on OurWorld]("/") ||| @@ -63,6 +65,8 @@ adoption. With high speeds, low fees, and progressive UX, OurWord climate-neutral blockchain is ready for explosive growth. +
+ [Link to something]("/") ||| @@ -79,6 +83,8 @@ blockchain is ready for explosive growth. OurWorld runs in concert with Ethereum, Polkadot, Cosmos, and more, allowing for the free flow of assets and communication between networks for the betterment of all. +
+ [Link to something]("/") ||| @@ -98,7 +104,7 @@ OurWorldverse is by creating registering. Then, choose the first step in your journey. - +
||| diff --git a/css/index.css b/css/index.css index 5788813..b47080a 100644 --- a/css/index.css +++ b/css/index.css @@ -50,7 +50,7 @@ img[src*="#large"] { } h5 { - @apply text-base lg:text-base font-light leading-8 my-2 text-gray-600; + @apply text-base lg:text-base leading-8 my-2; } } diff --git a/css/layout.css b/css/layout.css index c3a3184..3e3febd 100644 --- a/css/layout.css +++ b/css/layout.css @@ -66,6 +66,7 @@ nav a:active { } a { + @apply text-blue-600 font-semibold; } a:focus, a:hover { @@ -75,6 +76,10 @@ a:active { @apply text-blue-800 border-blue-500; } +h5 a { + @apply text-gray-600 font-light; +} + /* a:hover { @apply dark:text-blue-300;