minor styling updates

This commit is contained in:
tsb95 2025-11-14 18:36:27 -10:00
parent cb324449f6
commit c58a03e611
2 changed files with 6 additions and 6 deletions

View File

@ -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>

View File

@ -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 {