From c58a03e61101de03633a24ca62a5797d5bc4a77a Mon Sep 17 00:00:00 2001 From: tsb95 Date: Fri, 14 Nov 2025 18:36:27 -1000 Subject: [PATCH] minor styling updates --- index.html | 4 ++-- static/css/style.css | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index d061c6e..111aea6 100644 --- a/index.html +++ b/index.html @@ -13,8 +13,8 @@

-

Master the pattern to proceed.

-

Capture each arcane node in flawless succession.

+ Master the pattern to proceed.
+ Capture each arcane node in flawless succession.

diff --git a/static/css/style.css b/static/css/style.css index 71cd543..44bc1ba 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -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 {