minor styling updates
This commit is contained in:
parent
cb324449f6
commit
c58a03e611
|
|
@ -13,8 +13,8 @@
|
|||
<body>
|
||||
<div class="puzzle-container">
|
||||
<h1 class="audiowide-regular">
|
||||
<p>Master the pattern to proceed.</p>
|
||||
<p>Capture each arcane node in flawless succession.</p>
|
||||
Master the pattern to proceed. <br>
|
||||
Capture each arcane node in flawless succession.
|
||||
</h1>
|
||||
<div id="board"></div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -57,13 +57,13 @@ body {
|
|||
}
|
||||
|
||||
h1 {
|
||||
color: white;
|
||||
font-style: italic;
|
||||
font-size: 1.3rem;
|
||||
text-align: center;
|
||||
color: #cfcfcf;
|
||||
text-shadow: 0 0 8px rgba(0,255,255,0.6);
|
||||
letter-spacing: 1px;
|
||||
|
||||
p {
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
}
|
||||
|
||||
.token {
|
||||
|
|
|
|||
Loading…
Reference in New Issue