link styling
This commit is contained in:
parent
9347ead2ef
commit
e0dd3be1b5
@ -44,6 +44,8 @@ The Creator Economy requires robust infrastructure
|
|||||||
including a set of intuitive developer tools, and an
|
including a set of intuitive developer tools, and an
|
||||||
engaged, decentralized community.
|
engaged, decentralized community.
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
[Learn about the Creator Economy on OurWorld]("/")
|
[Learn about the Creator Economy on OurWorld]("/")
|
||||||
|
|
||||||
|||
|
|||
|
||||||
@ -63,6 +65,8 @@ adoption. With high speeds, low fees, and
|
|||||||
progressive UX, OurWord climate-neutral
|
progressive UX, OurWord climate-neutral
|
||||||
blockchain is ready for explosive growth.
|
blockchain is ready for explosive growth.
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
[Link to something]("/")
|
[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.
|
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]("/")
|
[Link to something]("/")
|
||||||
|
|
||||||
|||
|
|||
|
||||||
@ -98,7 +104,7 @@ OurWorldverse is by creating registering.
|
|||||||
|
|
||||||
Then, choose the first step in your journey.
|
Then, choose the first step in your journey.
|
||||||
|
|
||||||
<button>[REGISTER]("/")</button>
|
<br>
|
||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ img[src*="#large"] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h5 {
|
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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -66,6 +66,7 @@ nav a:active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
@apply text-blue-600 font-semibold;
|
||||||
}
|
}
|
||||||
a:focus,
|
a:focus,
|
||||||
a:hover {
|
a:hover {
|
||||||
@ -75,6 +76,10 @@ a:active {
|
|||||||
@apply text-blue-800 border-blue-500;
|
@apply text-blue-800 border-blue-500;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h5 a {
|
||||||
|
@apply text-gray-600 font-light;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
a:hover {
|
a:hover {
|
||||||
@apply dark:text-blue-300;
|
@apply dark:text-blue-300;
|
||||||
|
Reference in New Issue
Block a user