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