button styling fixes
This commit is contained in:
parent
e132ecd7de
commit
66f11f70fc
@ -25,13 +25,13 @@ extra:
|
|||||||
|
|
||||||
The only truly decentralized metaverse on the planet awaits you
|
The only truly decentralized metaverse on the planet awaits you
|
||||||
|
|
||||||
<button>[Explore](/)</button>
|
<button>[EXPLORE](#explore)</a></button>
|
||||||
|
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
{{ space() }}
|
{{ space() }}
|
||||||
|
|
||||||
{% row(style="center lean-left") %}
|
{% row(style="center lean-left" anchor="explore") %}
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@ -47,7 +47,7 @@ The only truly decentralized metaverse on the planet awaits you
|
|||||||
|
|
||||||
Anything you can do in the real world you can do in OurVerse. Only your own imagination limits you. Explore or start building experiences and start earning now!
|
Anything you can do in the real world you can do in OurVerse. Only your own imagination limits you. Explore or start building experiences and start earning now!
|
||||||
|
|
||||||
<button>[Learn More](/learn-more)</button>
|
<button>[USE CASES](/use-cases)</button>
|
||||||
|
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
@ -63,7 +63,7 @@ Anything you can do in the real world you can do in OurVerse. Only your own imag
|
|||||||
|
|
||||||
Building is easy. Let your imagination soar in OurVerse, start creating for the world and earn immediatly!
|
Building is easy. Let your imagination soar in OurVerse, start creating for the world and earn immediatly!
|
||||||
|
|
||||||
<button>[Learn More](/learn-more)</button>
|
<button>[GET STARTED](/)</button>
|
||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||
@ -129,7 +129,7 @@ Let your imagination soar in OurVerse, start creating for the world and earn imm
|
|||||||
|
|
||||||
No need to buy space. OurVerse provides free land for you to start creating!
|
No need to buy space. OurVerse provides free land for you to start creating!
|
||||||
|
|
||||||
<button>[Learn More](/learn-more)</button>
|
<button>[BUILD](/)</button>
|
||||||
|
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
@ -161,7 +161,7 @@ We are open source and believe in true collaboration. That is why we provide a s
|
|||||||
|
|
||||||
No other metaverse can boast on a truly open source and decentralized environment. OurVerse is completely built on the world's largest P2P network, the Threefold Grid, making it 100% decentralized.
|
No other metaverse can boast on a truly open source and decentralized environment. OurVerse is completely built on the world's largest P2P network, the Threefold Grid, making it 100% decentralized.
|
||||||
|
|
||||||
<button>[Know More](/)</button>
|
<button>[KNOW MORE](/)</button>
|
||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||
|
@ -110,7 +110,6 @@ img[src*="#tft_img"] {
|
|||||||
my-10
|
my-10
|
||||||
border-2
|
border-2
|
||||||
shadow
|
shadow
|
||||||
border-black
|
|
||||||
capitalize;
|
capitalize;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -127,6 +126,9 @@ button :is(:where(p)) {
|
|||||||
button {
|
button {
|
||||||
background-color: #1a1a1a;
|
background-color: #1a1a1a;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
|
border: 2px solid white;
|
||||||
|
box-shadow: none;
|
||||||
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button a {
|
button a {
|
||||||
|
@ -70,9 +70,6 @@ a h2 {
|
|||||||
@apply text-black;
|
@apply text-black;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
|
||||||
@apply text-blue-600 font-semibold;
|
|
||||||
}
|
|
||||||
a:focus,
|
a:focus,
|
||||||
a:hover {
|
a:hover {
|
||||||
@apply border-none text-blue-300;
|
@apply border-none text-blue-300;
|
||||||
|
Reference in New Issue
Block a user