link styling

This commit is contained in:
timurgordon 2022-02-22 18:01:52 +03:00
parent 9347ead2ef
commit e0dd3be1b5
3 changed files with 13 additions and 2 deletions

View File

@ -44,6 +44,8 @@ The Creator Economy requires robust infrastructure
including a set of intuitive developer tools, and an
engaged, decentralized community.
<br>
[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.
<br>
[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.
<br>
[Link to something]("/")
|||
@ -98,7 +104,7 @@ OurWorldverse is by creating registering.
Then, choose the first step in your journey.
<button>[REGISTER]("/")</button>
<br>
|||

View File

@ -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;
}
}

View File

@ -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;