Commit 189164b7 authored by Chunchi Che's avatar Chunchi Che

update button style

parent 6e26962c
Pipeline #22786 passed with stages
in 12 minutes and 31 seconds
......@@ -67,10 +67,18 @@ body * {
z-index: 2;
}
.neos-header p {
color: white;
.neos-header button {
position: relative;
background-color: transparent;
border-style: none;
color: rgba(255, 255, 255, .8);
font-size: 2.5em;
font-weight: bold;
text-shadow: 0 0 0.5em #a2162d, 0 0 0.5em #f80000d6;
z-index: 2;
}
.neos-header button:hover {
text-shadow: 0 0 0.5em #2137bd, 0 0 0.5em #2137bd;
}
......
......@@ -28,7 +28,7 @@ const Start: React.FC = () => (
alt="YGO NEOS"
/>
</h1>
<p>PLAY NOW!</p>
<button>PLAY NOW!</button>
</div>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment