From e8e54361edd11f1e176ee731395ca6739d3e97da Mon Sep 17 00:00:00 2001 From: CyberSphinxxx Date: Mon, 7 Oct 2024 18:02:26 +0800 Subject: [PATCH] minor adjustments --- index.html | 8 +++++--- styles.css | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 00abb27..5951701 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,9 @@
-

TypeGlow

+ +

TypeGlow

+

Choose a Level to Start Playing

@@ -36,9 +38,9 @@

TypeGlow

- + diff --git a/styles.css b/styles.css index 0d55091..4f0fcfa 100644 --- a/styles.css +++ b/styles.css @@ -159,6 +159,7 @@ button { border-radius: 5px; box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2); font-size: 14px; + user-select: none; } .footer {